-
Notifications
You must be signed in to change notification settings - Fork 38.2k
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
Improve checks for relative paths in static resource handling #33689
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Comments
rstoyanchev
added
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
labels
Oct 11, 2024
rstoyanchev
added a commit
that referenced
this issue
Oct 14, 2024
cesarhernandezgt
pushed a commit
to cesarhernandezgt/spring-framework
that referenced
this issue
Oct 30, 2024
Rather than leaving it to the Resource implementation, and potentially normalizing twice, we apply it once as part of the initial processPath checks. Closes spring-projectsgh-33689 (cherry picked from commit 3bfbe30)
cesarhernandezgt
pushed a commit
to cesarhernandezgt/spring-framework
that referenced
this issue
Oct 30, 2024
See spring-projectsgh-33689 (cherry picked from commit fb7890d)
cesarhernandezgt
pushed a commit
to cesarhernandezgt/spring-framework
that referenced
this issue
Nov 4, 2024
Rather than leaving it to the Resource implementation, and potentially normalizing twice, we apply it once as part of the initial processPath checks. Closes spring-projectsgh-33689 (cherry picked from commit 3bfbe30)
cesarhernandezgt
pushed a commit
to cesarhernandezgt/spring-framework
that referenced
this issue
Nov 4, 2024
See spring-projectsgh-33689 (cherry picked from commit fb7890d)
RxL-Deepak-Agrawal
pushed a commit
to RxL-Deepak-Agrawal/spring-framework
that referenced
this issue
Nov 26, 2024
Rather than leaving it to the Resource implementation, and potentially normalizing twice, we apply it once as part of the initial processPath checks. Closes spring-projectsgh-33689 (cherry picked from commit 3bfbe30)
RxL-Deepak-Agrawal
pushed a commit
to RxL-Deepak-Agrawal/spring-framework
that referenced
this issue
Nov 26, 2024
See spring-projectsgh-33689 (cherry picked from commit fb7890d)
lijunyzzZ
pushed a commit
to succsoft/spring-framework
that referenced
this issue
Dec 4, 2024
Rather than leaving it to the Resource implementation, and potentially normalizing twice, we apply it once as part of the initial processPath checks. Closes spring-projectsgh-33689
lijunyzzZ
pushed a commit
to succsoft/spring-framework
that referenced
this issue
Dec 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Going forward with #33687 we are going to drop support for relative paths entirely. For the current 6.1.x branch, we can revise handling with the understanding that while the use case is still supported it is also likely not very common.
The text was updated successfully, but these errors were encountered: