[TYPO3-core] RFC: #10741: Create version of page crashes in Cache
Oliver Hader
oliver at typo3.org
Thu Mar 26 14:40:40 CET 2009
Hi Steffen,
Steffen Kamper schrieb:
> Hi,
>
> This is SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10741
>
> Branches: trunk
>
> Problem:
> Create a new version of page it crashes in Cache:
> Fatal error: Uncaught exception 'InvalidArgumentException' with message
> '"pageId_-1" is not a valid tag for a cache entry.
>
> Solution:
> Allow "-" in validation pattern for tag.
-1 since "-" is used as separator in the file backend of the caching
framework.
We have to check whether the separator is really required in the file
backend (e.g. for timestampes, etc.) or if it could be replaced somehow.
Anyways we have to make sure that we do not start again to have
different caching frameworks in TYPO3 4.x and FLOW3.
olly
--
Oliver Hader
TYPO3 Release Manager 4.3
More information about the TYPO3-team-core
mailing list