mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
758ae98af2
This commit removes duplicate slashes in the resolved lookup path when calling `UrlPathHelper.getLookupPathForRequest`. This is especially necessary when the path is cleaned from semicolon content and leaves duplicate slashes in the request path. Issue: SPR-13455