[TYPO3-team-core-v5] Character problem in Cache Framework

Martin Kutschker masi-no at spam-typo3.org
Tue Mar 31 08:15:29 CEST 2009


Steffen Kamper schrieb:
> Hi Robert,
> 
> i've seen that you extended the reg.expression for the Tags.
> 
> /^[a-zA-Z0-9_%\-&]{1,250}$/
> 
> the slash could be omitted with the - at beginning or end
> 
> '/^[a-zA-Z0-9_%&-]{1,250}$/
> 
> may be it raises the readability.

If you allow @ instead of using it as the separator for the file cache
you could also use email addresses as tags. And if you allow dots you
also allow domain names.

How about # as separator? As the slash and the question mark don't work
well on the file system the # won't be needed for URLs.

Masi


More information about the TYPO3-team-core-v5 mailing list