Re: HTTP2 compression on Tomcat 8.5.31

2018-07-25 Thread Pierre Chiu
Hi Aayush, Are you saying this combo, Tomcat 9.0.5, Oracle Java 1.8.0_144, gzip works with HTTP2? Is it windows or linux? That is good to know. Regarding tomcat 8.5.31, I don't think config file is the issue. Unfortunately, I don't have the skill to help the developer to debug the problem.

HTTP2 compression on Tomcat 8.5.31

2018-07-25 Thread Aayush Dev
With Tomcat 8.5.31, I cant enable gzip compression with HTTP2 protocol. If someone has successfully enabled compression on Tomcat 8.5 with HTTP2 protocol, please help me with correct configuration. Things tried: - tried with and without useSendfile="false" attribute under UpgradeProtocol. -

Possible bug in HttpServletRequest#getRequestDispatcher()

2018-07-25 Thread Michael Osipov
Hi folks, I might have found a bug and looking for someone to confirm. (Tested in Tomcat 8.5.32). Consider the following servlet: @WebServlet("/request-dispatcher") public class TestServlet extends HttpServlet { private static final long serialVersionUID = 1L; protected void

Re: Tomcat 5.5.17 migration to 6.0.53

2018-07-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 7/24/18 1:22 PM, David Babooram wrote: > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: Tuesday, 24 July 2018 > 12:41 PM To: users@tomcat.apache.org Subject: [EXTERNAL] Re: Tomcat >

Re: Tomcat 5.5.17 migration to 6.0.53

2018-07-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 7/24/18 12:56 PM, David Babooram wrote: > Hey thanks. > > Before I go through your recommendations with a fine tooth comb, > do you think it will be there same amount of work trying to go > straight to the latest Apache version? Apache

Upgrade with async leads to infinite onDataAvailable

2018-07-25 Thread Sergey Mashkov
Hi I am facing problem in the following scenario: In response to an upgrade request I do upgrade, get WebConnection instance, take UpgradedServletInputStream from it As far it is a usual ServletInputStream I set ReadListener on it. It works almost properly so I didn't notice it for long. Now I

Re: Tomcat 8.5.32 parseHost error

2018-07-25 Thread Mark Thomas
On July 24, 2018 9:39:17 PM UTC, Daniel Savard wrote: >Hi everyone, > >I just upgraded from Tomcat 8.5.23 to 8.5.32 following the required >action >on the last CVE issued and I am running into a problem with some >applications. Here is the output from the catalina.out log. > >24-Jul-2018