Skip to content
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

Add Cache Filter for Parsed RequestPath #34387

Closed

Conversation

jzheaux
Copy link
Contributor

@jzheaux jzheaux commented Feb 7, 2025

This exposes the management of the parsed and cached RequestPath. It will be helpful in filter chains so the RequestPath is only parsed once per dispatch.

This exposes the management of the parsed and cached RequestPath.
It will be helpful in filter chains so the RequestPath is only parsed
once per dispatch.

Signed-off-by: Josh Cummings <[email protected]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 7, 2025
@rstoyanchev rstoyanchev self-assigned this Feb 11, 2025
@rstoyanchev rstoyanchev added the in: web Issues in web modules (web, webmvc, webflux, websocket) label Feb 11, 2025
@jzheaux
Copy link
Contributor Author

jzheaux commented Feb 12, 2025

Closing in favor of using https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/filter/ServletRequestPathFilter.java

@jzheaux jzheaux closed this Feb 12, 2025
@rstoyanchev rstoyanchev removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 12, 2025
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)
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants