Re: HTTP/1.x broken with Tomcat 9, Java 11 and Http11NioProtocol

2019-03-27 Thread Rémy Maucherat
On Wed, Mar 27, 2019 at 4:21 PM Mark Thomas wrote: > On 27/03/2019 15:13, Mark Thomas wrote: > > On 27/03/2019 04:23, Jason Rivard wrote: > >> I'm trying to get the following configuration working: > >> > >> - Tomcat 9.0.17 (also tested with 9.0.16) > >> - AdoptOpenJDK Java 11.0.2 on Linux (also

Re: HTTP/1.x broken with Tomcat 9, Java 11 and Http11NioProtocol

2019-03-27 Thread Jason Rivard
On Wed, Mar 27, 2019 at 11:21 AM Mark Thomas wrote: > > Don't know yet. Just started looking. [snip] > That didn't take long. > The fix will be in the next set of releases (expected towards the end of > next week). [snip] Wow, that was fast! Thanks for the quick response! --

Re: HTTP/1.x broken with Tomcat 9, Java 11 and Http11NioProtocol

2019-03-27 Thread Mark Thomas
On 27/03/2019 15:13, Mark Thomas wrote: > On 27/03/2019 04:23, Jason Rivard wrote: >> I'm trying to get the following configuration working: >> >> - Tomcat 9.0.17 (also tested with 9.0.16) >> - AdoptOpenJDK Java 11.0.2 on Linux (also tested on Windows) >> - Http11NioProtocol Connector >> - Http2Pro

Re: HTTP/1.x broken with Tomcat 9, Java 11 and Http11NioProtocol

2019-03-27 Thread Mark Thomas
On 27/03/2019 04:23, Jason Rivard wrote: > I'm trying to get the following configuration working: > > - Tomcat 9.0.17 (also tested with 9.0.16) > - AdoptOpenJDK Java 11.0.2 on Linux (also tested on Windows) > - Http11NioProtocol Connector > - Http2Protocol ProtocolUpgrade > > I'm using the follow

HTTP/1.x broken with Tomcat 9, Java 11 and Http11NioProtocol

2019-03-26 Thread Jason Rivard
I'm trying to get the following configuration working: - Tomcat 9.0.17 (also tested with 9.0.16) - AdoptOpenJDK Java 11.0.2 on Linux (also tested on Windows) - Http11NioProtocol Connector - Http2Protocol ProtocolUpgrade I'm using the following connector config: With the UpgradeProtocol in