Feature #66118
closedRelax identifiers for caching framework
0%
Description
The identifiers for the caching framework must currently adhere to this pattern:
^[a-zA-Z0-9_%\\-&]{1,250}$
I think this pattern is too strict. Some cache identifiers could contain arbitrary characters. Since allowing arbitrary characters is not a good idea, one should encode these values. Base64 comes to mind, but that wouldn't be allowed, too - equal signs are not allowed.
So please add at least the equals sign to the pattern.
Updated by Xavier Perseguers almost 10 years ago
What about sha1()
instead of base64? Then you don't need equal sign.
Updated by Jost Baron almost 10 years ago
I suppose that is a way to deal with this - thanks.
Would be fine by me to close this.
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
Closed on request of the reporter.
If you think that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.