ZF-10861: Relative-URL-argument for removePage() may not contain slashes "/"
Description
reason: preg_match in _validateIdOrTag throws exception when slash exists in relative URL
To remove pages cached with get-parameters it would be nice to remove only certain get-parameter-caches. This could be achieved by a relative URL containing slashes.
Comments
Posted by Maxell (maxell) on 2011-01-08T07:30:38.000+0000
Patch with unit test is attached.