Skip to content

ResourceUrlProvider does not keep resource handlers ordered [SPR-12647] #17248

@spring-projects-issues

Description

@spring-projects-issues

Rossen Stoyanchev opened SPR-12647 and commented

When ResourceUrlProvider detects resource handlers, it sorts them with the OrderComparator but then internally uses a HashMap for the "handlerMap" field which stores the discovered handlers.


Affects: 4.1.4

Issue Links:

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