ZF-8892: Entry Enclosure 'length' and 'type' not required (for atom)
Description
for atom,
for length, http://atompub.org/rfc4287.html/… shows SHOULD and http://atompub.org/rfc4287.html/… shows MAY
for type, http://atompub.org/rfc4287.html/… shows MAY (though if present, MUST be a valid mime type)
however for RSS, http://rssboard.org/rss-specification/… says length and type are required
Comments
Posted by Pádraic Brady (padraic) on 2010-04-29T08:27:55.000+0000
Working on this tomorrow and will remove the restriction. Thanks for reporting it!
Posted by Pádraic Brady (padraic) on 2010-04-30T07:02:58.000+0000
Resolved in r22064
Posted by Justin Hart (onyxraven) on 2010-05-10T09:53:10.000+0000
Fix looks good, thanks!