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
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