Project

General

Profile

Actions

Feature #66118

closed

Relax identifiers for caching framework

Added by Jost Baron about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2015-03-29
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:

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.

Actions

Also available in: Atom PDF