Zend Framework

RSS/ATOM HTTP-headers does not conform to standart

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.6.0RC1
  • Fix Version/s: 1.6.2
  • Component/s: Zend_Feed
  • Labels:
    None
  • Fix Version Priority:
    Nice to Have

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://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)

Activity

Hide
Satoru Yoshida added a comment -

Solved in SVN r11654

Show
Satoru Yoshida added a comment - Solved in SVN r11654

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
15m
Original Estimate - 15 minutes
Remaining:
15m
Remaining Estimate - 15 minutes
Logged:
Not Specified
Time Spent - Not Specified