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

Key: ZF-3776
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Satoru Yoshida
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: 03/Oct/08 09:04 AM
Component/s: Zend_Feed
Affects Version/s: 1.6.0RC1
Fix Version/s: 1.6.2

Time Tracking:
Original Estimate: 15 minutes
Original Estimate - 15 minutes
Remaining Estimate: 15 minutes
Remaining Estimate - 15 minutes
Time Spent: Not Specified
Remaining Estimate - 15 minutes

 Public Fields   Internal Project Management Fields   
Tags:
Participants: Ilya and Satoru Yoshida
Fix Version Priority: Nice to Have


 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
Satoru Yoshida - 03/Oct/08 09:04 AM
Solved in SVN r11654