Hi Artur, I looked at the uploads, but cannot find out, what exactly is the problematic part with closing streams.
I find one stream-closing code in FileUpload - #closeStreams() method. This method closes all possibly opened InputStream-s for uploaded file. Here, I don't see any problem in gzipping HTML responses. Could you please more elaborate on this - where the problem occurs ? I would like to make the HTML gzipping a bullet-proof solution ;) I tried to work with basic upload form and it worked fine for me. Stefan Artur W. wrote: > > This filter works most of the time for me. The only problem is when I want > to upload a file. > I use UploadWebRequest and UploadProgressBar. AFAIK FileUpload closes the > stream and because of it the filter throws exception. > > Artur > -- View this message in context: http://www.nabble.com/Gzipping-of-pages-%28HTML-output%2C-not-only-resources%29-tp16849900p16991091.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]
