uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39911-W

The response will not be compressed. (request URL = aa....aa)

aa....aa: Request URL
Description
The Media-Type specified in the response compression rule was set in the response, when data was being written in the buffer of the HTTP response using either ServletOutputStream acquired with the getOutputStream method, or PrintWriter acquired with the getWriter method of javax.servlet.ServletResponse. The response will not be compressed.
Action
When compressing the response, invoke the setContentType method when data is not being written in the buffer of the HTTP response, and then set the Media-Type specified in the response compression rule for the response.