mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
203370a810
The request URI returned from HttpServerRequest.uri() typically contains contains an absolute path but could also contain an absolute URI. This commit adds handling for the latter, effectively taking only the absolute path portion. Issue: SPR-16243