Actions
Bug #63808
closedDataHandler::clear_cacheCmd() does not handle comma separated cacheTags
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-12-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The code:
// flush cache by tag if (GeneralUtility::isFirstPartOfStr(strtolower($cacheCmd), 'cachetag:')) { $cacheTag = substr($cacheCmd, 9); $tagsToFlush[] = $cacheTag; }
Does not seem to properly handle a comma separated list of cacheTags: TCEMAIN.clearCacheCmd = cacheTag:firstTag,cacheTag:secondTag
Actions