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
Below release notes description is describing incorrectly current behavior. https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.2-Release-Notes#web-applications
Instead of assertion, missing trailing slash is added. #33815
The text was updated successfully, but these errors were encountered:
I think our release notes are correct. Have you seen this? #33712
Sorry, something went wrong.
#33815 was implemented after #33712
And it changed ResourceHandlerUtils.assertLocationPath(location); to location = ResourceHandlerUtils.initLocationPath(location); on 59ec871#diff-917031cb7ed2ed99024dc5ceb3b17eca25c39fd5ebd02915ab3f1e25bd0d09a4
ResourceHandlerUtils.assertLocationPath(location);
location = ResourceHandlerUtils.initLocationPath(location);
I think you're right. I'll defer to Rossen so that he can update this section with his perspective.
rstoyanchev
No branches or pull requests
Below release notes description is describing incorrectly current behavior.
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.2-Release-Notes#web-applications
Instead of assertion, missing trailing slash is added.
#33815
The text was updated successfully, but these errors were encountered: