ekupcik
ekupcik
I can confirm now that this also happens only when I use the GZip Filter like in the original issue. ``` private Handler wrapGzip(WebAppContext aWebContext) { if(isUseGZip ) { GzipHandler...
Actually there was a mix of static and dynamicl content in the previous example. The theme.css I mention is actually a user configurable CSS and served from a servlet filter....
Small addition: the short version of the file ends with sdfsdfasdkjfhgskj11 and the long one with sdfsdfasdkjfhgskj111
> 2. HttpClient.stop is called in the finalize method of HttpClientTerminus Just guessing here but anything relying on finalize() is just asking for trouble