ZF-3776: RSS/ATOM HTTP-headers does not conform to standart
Description
Method "send()" (in Zend_Feed_Rss and Zend_Feed_Atom) outputs HTTP-headers in format: {{Content-type: application/rss+xml; charset: UTF-8}}
but must be in format: {{Content-Type: application/rss+xml; charset=UTF-8}} (note: upper-case letter "T" and "=" without spaces).
See 1. http://w3.org/Protocols/rfc2616/… (Content-Type header description) 2. http://w3.org/Protocols/rfc2616/… (media-type description)
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-10-03T09:04:19.000+0000
Solved in SVN r11654