Actions
Bug #51682
closedADMCMD_view should disable caching
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-09-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions