Project

General

Profile

Actions

Bug #27135

closed

Make Cache Framework namespace aware

Added by Sebastian Kurfuerst over 13 years ago. Updated over 13 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-05-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Just tried out how the Extbase object container manages namespaced classes.

Result: It does very well.

But a constant inside the interface t3lib_cache_frontend_Frontend has to be changed from

const PATTERN_ENTRYIDENTIFIER = '/^[a-zA-Z0-9_%\-&\]{1,250}$/';

to

const PATTERN_ENTRYIDENTIFIER = '/^[a-zA-Z0-9_%\-&\\\]{1,250}$/';

to support also backslashes inside a cache entry identifier.

Actions

Also available in: Atom PDF