Bug #51682
closedADMCMD_view should disable caching
100%
Description
We ran into this issue that you might wanna look into. It's reproducable for TYPO3 4.5, 4.7 and 6.x.
When a page (with hidden content elements) is being visited with the get parameter ADMCMD_view=1 and a user being logged into the backend, then the frontend output is containing the hidden elements and is being written to the TYPO3 cache. Visiting that very same page with a different browser/pc/whatever but without that get parameter fetches the page from cache including the hidden elements!
I suggest setting no_cache=1 when the ADMCMD_view parameter is set. See attached patch.
Files
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23558
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23666
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23667
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23666
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23667
Updated by Anonymous about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c8a3e364232662f45cefb4510f7ef62216a7ed04.