I am experiencing an issue using springfox-swagger2 v2.2.0 related to the request padding port 80 for a HTTP URL.
Is there anyway to disable the generation of the port or set the port to 443 programmatically based on a Spring Profile?
Generated CURL:
curl -X GET --header "Accept: application/json" "https://test.com:80/api/users/search"