MappingJacksonJsonView should add headers for no-caching [SPR-7031] #11693
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
André Pinheiro opened SPR-7031 and commented
This problem tends to be more serious on IE8, since the AJAX requests with the same URL are cached.
The MappingJacksonJsonView could have a boolean "no-cache" which if set to false does not add the headers to the response. I think when using AJAX the expected behaviour is not a cached response.
I will upload the created class since I don't know how to submit patches (btw can anyone point me to an how-to?).
Affects: 3.0.1
Attachments:
Referenced from: commits 6f2062f
The text was updated successfully, but these errors were encountered: