Skip to content

When doing a redirect anything that is not org.springframework.beans.BeanUtils.isSimpleValueType silently gets left off of the redirect query string [SPR-5957] #10625

Closed
@spring-projects-issues

Description

@spring-projects-issues

Dane King opened SPR-5957 and commented

When doing a redirect anything that is not org.springframework.beans.BeanUtils.isSimpleValueType silently gets left off of the redirect query string. We were using UUIDs in the query string and they left off. We had to extend queryProperties, but there was alot of logic that we needed to duplicate. There are a couple of options that I feel would be better, throwing a parameter not supported exception or a provide a better extension point, maybe making isTypeHandled protected.


Affects: 2.5.5

Issue Links:

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