Weblogic Grails 2.4.4 JSON Renderization

回眸只為那壹抹淺笑 提交于 2019-12-12 05:18:44

问题


I am using angularjs in a grails 2.4.4 application and in order to provide data to it, every request of my application has a JSON format response, like:
render object as JSON
When I deploy it in Weblogic 12c, the respond is not returning the JSON correctly. I am obtaining a JSON that is not a JSON. This not happens in others servers.
For a better understanding look these image:

In Weblogic 12c I don't obtain a JSON object in the response

Tomcat and Wildfly(Ok)


Somebody help me?

来源:https://stackoverflow.com/questions/39885200/weblogic-grails-2-4-4-json-renderization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!