Skip to content

linkTo methodOn includes port 443 with HTTPS #327

New issue

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

Closed
dlvenable opened this issue Mar 31, 2015 · 2 comments
Closed

linkTo methodOn includes port 443 with HTTPS #327

dlvenable opened this issue Mar 31, 2015 · 2 comments

Comments

@dlvenable
Copy link

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.

@odrotbohm
Copy link
Member

Is this a duplicate of #301?

@dlvenable
Copy link
Author

@olivergierke, from reading the description I believe it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants