Closed
Description
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:
- Provide precise control over the attributes used in a redirect scenario [SPR-6796] #11462 Provide precise control over the attributes used in a redirect scenario