Hide Forgot
Created attachment 535000 [details] HTTP communication in question When trying to create a package from DRL using a Atom-based RESTful endpoint, I get the following exception in the server log, which results in an 500 Internal Server Error: WARNING [org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper] (http-127.0.0.1-8080-1) WebApplicationException has been caught : org.apache.abdera.i18n.text.InvalidCharacterException: Invalid Character 0xfffd(?) Both JSON/XML don't produce this exception.
Created attachment 535001 [details] The DRL being submitted
Correction: the invalid character doesn't seem to be the root cause for this internal server error. But still, JSON and XML methods process the DRL just fine.
The problem goes away when I explicitly specify that the server should run with UTF-8. Marking this as NOTABUG since this is a product of a mis-configuration on my side.