Skip to content

UrlPathHelper is too aggressive decoding URLs [SPR-6291] #10957

Closed
@spring-projects-issues

Description

@spring-projects-issues

Arjen Poutsma opened SPR-6291 and commented

The UrlPathHelper, used by various other MVC components such as DispatcherServlet, is too aggressive when it decoding request URLs.

For instance, it decodes http://example.com/foo+bar as http://example.com/foo bar, while this is not correct according to RFC 2396.


Issue Links:

Referenced from: commits c5c1d70, 077055c

1 votes, 5 watchers

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions