One simple idea.
It's possible, that we use different versions of Jetty. I am using version
6.1.8.
I could'nt find either the same closing code in Gzip filter,
nor finishResponse() method,
nor such a string - "This output stream has already been closed" in my
jetty source code.
public void close() throws IOException {
if (closed) {
throw new IOException("This output stream has already been
closed");
}
[...]
}
I think, we must work with different versions of Jetty :)
--
View this message in context:
http://www.nabble.com/Gzipping-of-pages-%28HTML-output%2C-not-only-resources%29-tp16849900p17048230.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]