Cannot Compress Java Server Response Sent To JSP
问题 I am having trouble in returning compressed response (GZip) from my Java Servlet, to a JSP. Flow : Request comes to java servlet Process the request, and create a JSON object, with the response Convert the JSON object to string Compress the response string with GZip The compressed response string is set as attribute in the request object and control passed to JSP In the JSP, the response string (compressed) is printed on screen Precautions : Request object has "Accepting-Encoding" set with