Hi Florin,
florin.g wrote:
I thought it might be a character encoding mismatch yet the files work fine
on one machine (weindows/dev) yet this error appears in production (centos).
The GZip compression is only active in production modes which explains
why you're not seeing this in dev.
[error] handleException: java.io.IOException: This output stream has already
been closed
at
org.apache.click.extras.filter.CompressionResponseStream.close(CompressionResponseStream.java:121)
I'll have a look. Which version of Jetty are you using? Are you seeing
this exception for every request or is it only for specific pages?
My feeling is that CompressionResponseStream should simply return if
it is already close instead of throwing the exception.
kind regards
bob