On 16/10/17 16:03, Kapil Kumar wrote: > Hello all, > > Could anyone please guide me about this bug and how should I approach solving > this.
Compare the GzipOutputFilter implementations between Tomcat 7 and Tomcat 8. In particular look how the use of FlushableGZIPOutputStream has been replaced in Tomcat 8. Then look at the org.apache.tomcat.util.compat package and think about how the JreCompat approach could be applied to GzipOutputFilter in Tomcat 7. Note: The fix could involve the FlushableGZIPOutputStream moving packages. It would be better to avoid that. Mark > > > Regards > Kapil Kumar > > -----Original Message----- > From: bugzi...@apache.org [mailto:bugzi...@apache.org] > Sent: 16 अक्तूबर 2017 15:18 > To: dev@tomcat.apache.org > Subject: [Bug 57870] backport GzipOutputFilter #doWrite to Tomcat 7 to call > GZIPOutputStream to enable flushing via reflection when running on Java 7+ > > https://bz.apache.org/bugzilla/show_bug.cgi?id=57870 > > Mark Thomas <ma...@apache.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Keywords| |Beginner > > -- > You are receiving this mail because: > You are the assignee for the bug. > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional > commands, e-mail: dev-h...@tomcat.apache.org > > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org