ZF-7482: Zend_Feed_Reader::import fails when using HTTP Conditional gets and cache
Description
When using Zend_Feed_Reader::import with conditional gets and a cache is registered the import fails always due to the wrong logical or when testing the HTTP response status code in line 247. Changing it to the intended logical and fixes the problem.
Comments
Posted by Björn Graf (bjoern) on 2009-08-04T23:59:37.000+0000
Changes the logical or to a logical and in Zend_Feed_Reader, line 247.
Posted by Satoru Yoshida (satoruyoshida) on 2009-08-05T02:09:52.000+0000
Change component and auto reassign
Posted by Pádraic Brady (padraic) on 2009-08-05T03:50:32.000+0000
Your report is very much appreciated. I've fixed the issue in trunk (rev 17390) and will merge to the 1.9 branch shortly.