Use UriUtils to process static resource paths #33859
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Currently we use
URLDecoder
to process the path initially in order to normalize and perform checks on it. However,URLDecoder
is for decoding form data rather, not paths. We should useUriUtils
instead to ensure handling of raw characters, and for consistency with how we handle paths generally.The text was updated successfully, but these errors were encountered: