Skip to content

Use UriUtils to process static resource paths #33859

Closed
@rstoyanchev

Description

@rstoyanchev

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 use UriUtils instead to ensure handling of raw characters, and for consistency with how we handle paths generally.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions