]
Brett Meyer resolved SRAMP-595.
-------------------------------
Fix Version/s: 0.7.0.Final
Resolution: Done
Support content encoding value on atom:content
----------------------------------------------
Key: SRAMP-595
URL:
https://issues.jboss.org/browse/SRAMP-595
Project: S-RAMP
Issue Type: Sub-task
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 0.7.0.Final
The atom:content mapping must support something like:
{code}type="application/xml; charset=utf-8"{code}
If, for example, XmlDocument#contentEncoding is set to "utf-8", append that to
atom:content. If present when an Entry is posted, know how to split up the value and set
both contentType and contentEncoding.