ProviderHelper.isValidEntry() improperly implements the RFC 4287 validity check
-------------------------------------------------------------------------------
Key: ABDERA-133
URL: https://issues.apache.org/jira/browse/ABDERA-133
Project: Abdera
Issue Type: Bug
Affects Versions: 0.4.0
Reporter: Jim Ancona
Priority: Critical
ProviderHelper.isValidEntry() marks entries with an XML content type and no
summary element as invalid.
RFC 4287 says:
<code>
o atom:entry elements MUST contain an atom:summary element in either
of the following cases:
* the atom:entry contains an atom:content that has a "src"
attribute (and is thus empty).
* the atom:entry contains content that is encoded in Base64;
i.e., the "type" attribute of atom:content is a MIME media type
[MIMEREG], but is not an XML media type [RFC3023], does not
begin with "text/", and does not end with "/xml" or "+xml".
</code>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.