-
Notifications
You must be signed in to change notification settings - Fork 472
Migrate all Forward header handling to Spring MVC #713
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
Labels
Comments
gregturn
added a commit
that referenced
this issue
May 22, 2018
Spring 5.1 is centralizing all Forward header handling. This moves critical bits into one location, making it easy to completely remove once we rebaseline against this version. Also adds a test profile to ensure Spring 5.1 doesn't break anything.
gregturn
added a commit
that referenced
this issue
May 23, 2018
Spring 5.1 is centralizing all Forward header handling. This moves critical bits into one location, making it easy to completely remove once we rebaseline against this version. Also adds a test profile to ensure Spring 5.1 doesn't break anything.
gregturn
added a commit
that referenced
this issue
May 25, 2018
Spring 5.1 is centralizing all Forward header handling. This moves critical bits into one location, making it easy to completely remove once we rebaseline against this version. Also adds a test profile to ensure Spring 5.1 doesn't break anything.
gregturn
added a commit
that referenced
this issue
May 29, 2018
Spring 5.1 is centralizing all Forward header handling. This moves critical bits into one location, making it easy to completely remove once we rebaseline against this version. Also adds a test profile to ensure Spring 5.1 doesn't break anything.
odrotbohm
pushed a commit
that referenced
this issue
Dec 6, 2018
Spring 5.1 is centralizing all Forward header handling. This moves critical bits into one location, making it easy to completely remove once we re-baseline against this version. Also adds a test profile to ensure Spring 5.1 doesn't break anything. Original pull request: #717.
odrotbohm
added a commit
that referenced
this issue
Dec 6, 2018
Upgraded build profiles for Spring 5+.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Spring Framework 5.1, Forward header handling has been centralized (https://jira.spring.io/browse/SPR-16668). That combined with https://jira.spring.io/browse/SPR-16863 will allow Spring HATEOAS to remove all specialized Forward header handling code.
The text was updated successfully, but these errors were encountered: