Skip to content

ResourceUrlEncodingFilter versioning breaks when URL contains fragment [SPR-17535] #22067

@spring-projects-issues

Description

@spring-projects-issues

Ondřej Kraus opened SPR-17535 and commented

resolveUrlPath in ResourceUrlEncodingRequestWrapper in ResourceUrlEncodingFilter checks for query string, but not for fragment. This breaks versioning when URLs with fragment are used (tested with Thymeleaf):

th:src="@{/assets/images/icons/sprite.svg#face1}"

does not add version. Replacing getQueryParamsIndex with something that checks for both question mark and hash mark fixes it.


Affects: 5.1.2

Issue Links:

Referenced from: pull request #2025, and commits 959cf61, 029101c

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchestype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions