问题
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