wrong reponse header in safari / chrome - YUI
----------------------------------------------
Key: CLEREZZA-154
URL: https://issues.apache.org/jira/browse/CLEREZZA-154
Project: Clerezza
Issue Type: Bug
Reporter: Oliver Strässer
on building a datatable with YUI - application/rdf+json is the return content
type (and not applocation/json). so the datatable couldn't build.
the is an error only in safari / chrome
my little workaround for me (i don't like it):
@Produces("application/json")
public GraphNode retrieveAssets(){
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.