Problem/Motivation
When the PreviewController is redirecting user to the frontend application, the redirect response is cached in certain cirtumstances. If the data changes, the sub-sequent request might provide the stale data to the user.
Proposed resolution
Make the response, that the PreviewController returns, non-cacheable.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | uncached-preview-response-3479402-3.diff | 1.09 KB | maijs |
Comments
Comment #2
maijs commentedComment #4
maijs commentedThe patch sets the cache max-age to 0 on the preview response.
Comment #6
maijs commented