History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-3776
Type: Bug Bug
Status: Open Open
Priority: Trivial Trivial
Assignee: Alexander Veremyev
Reporter: Ilya
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

RSS/ATOM HTTP-headers does not conform to standart

Created: 28/Jul/08 03:18 AM   Updated: 28/Jul/08 03:18 AM
Component/s: Zend_Feed
Affects Version/s: 1.6.0RC1
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
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://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17 (Content-Type header description)
2. http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7 (media-type description)



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.