Community
Participate
Working Groups
On Thu, Jul 21, 2011 at 7:03 AM, Guy Korland <Guy@gigaspaces.com> wrote: It seems like there’s a self-assignment bug in GzipFilter: { _mimeTypes = GzipFilter.this._mimeTypes; _bufferSize = GzipFilter.this._bufferSize; _minGzipSize = GzipFilter.this._minGzipSize; }
It appears that using setter methods instead of direct assignment makes it work correctly.
This also affects o.e.j.server.handler.GzipHandler.
This has been fixed for Jetty v7.5.0.