-
Notifications
You must be signed in to change notification settings - Fork 472
Changed linkTo so that it can be invoked outside of a HttpRequest. #410
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
Conversation
Changed linkTo so that it can be invoked outside of a HttpRequest - issue spring-projects#408. Added linkTo method, which takes an explicit UriComponentBuilder.
4ebc1be
to
266ad50
Compare
@nickgrealy This looks quite interesting. Do you think you could squash and rebase your PR against latest master? |
@nickgrealy Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
I like the idea of being able to use linkTo outside of the request context, but seriously, relying on catching an IllegalStateException to proceed with the program flow cannot be the solution to it... |
Resolved via #408. |
Changed linkTo so that it can be invoked outside of a HttpRequest -
issue #408.
Added a linkTo method, which takes an explicit UriComponentBuilder.
I have signed and agree to the terms of the Spring Individual Contributor
License Agreement.