Re: unable to disable automatic gzip responses

2013-04-29 Thread Walter Kacynski
I have done more testing with this option and I can confirm this behavior that it does not seem possible to disable the gzip response compression. Does anyone have a solution to this? https://issues.jenkins-ci.org/browse/JENKINS-14362 Since we use a reverse proxy, I'm considering changing our

Re: unable to disable automatic gzip responses

2013-04-08 Thread Walter Kacynski
Did you verify the HTTP response as opposed to the Request? On Wednesday, December 26, 2012 9:32:53 PM UTC-5, Sunny wrote: > > Hi all, > > Version: 1.495 WAR, deployed on Tomcat7 Windows service. > > I'm trying to disable the CompressionFilter that is compressing all of > Jenkin's responses. > >

unable to disable automatic gzip responses

2012-12-26 Thread Sunny
Hi all, Version: 1.495 WAR, deployed on Tomcat7 Windows service. I'm trying to disable the CompressionFilter that is compressing all of Jenkin's responses. I've found references to a variable org.kohsuke.stapler.compression.CompressionFilter.disabled=true that should have done the job, but on