[
https://issues.apache.org/jira/browse/CLEREZZA-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849259#action_12849259
]
Reto Bachmann-Gmür commented on CLEREZZA-154:
---------------------------------------------
just occured to me, you say the response *header* is wrong, but the description
sound more like its effectively getting application/rdf+json.
how do you expect application/json to be produced from a graphnode, do you have
a scala-server-page registered for that?
> 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.