Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.0RC3
-
Fix Version/s: 1.6.0
-
Component/s: Zend_Cache
-
Labels:None
-
Fix Version Priority:Must Have
Description
When 'memorize_headers' option is set, page content cannot be saved. So second request to cached content always returns empty string.
There is a typo in 'Zend/Cache/Frontend/Page.php' in line 304:
if (strolower($headerName) == strtolower($headerSentName))
First 'strolower' should be changed to 'strtolower'.
commited in trunk and 1.6 SVN branch (thanks)