Re: Tomcat 9 and request.newPushBuilder()

2022-03-10 Thread Mark Thomas
On 10/03/2022 17:09, Schönwald, Oliver wrote: Dear Community, I have begun to change my web application to support http/2. When preparing the push mechanism my application catches a NullPointerException, oh my. So I took a look into the Tomcat Sources and, surprise, the current implementatio

Tomcat 9 and request.newPushBuilder()

2022-03-10 Thread Schönwald , Oliver
Dear Community, I have begun to change my web application to support http/2. When preparing the push mechanism my application catches a NullPointerException, oh my. So I took a look into the Tomcat Sources and, surprise, the current implementation of HttpServletRequest always returns null. So