We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using:
linkTo(methodOn(MyController.class).getSomething(value)).toUri()
The resulting URI includes port 443. https://myhost.com:443/my/controller
It should only be https://myhost.com/my/controller
It is certainly not a terrible bug, but it is redundant.
The text was updated successfully, but these errors were encountered:
Is this a duplicate of #301?
Sorry, something went wrong.
@olivergierke, from reading the description I believe it is.
odrotbohm
No branches or pull requests
When using:
linkTo(methodOn(MyController.class).getSomething(value)).toUri()
The resulting URI includes port 443.
https://myhost.com:443/my/controller
It should only be
https://myhost.com/my/controller
It is certainly not a terrible bug, but it is redundant.
The text was updated successfully, but these errors were encountered: