Re: HTTP2 Pseudo Headers in HttpServletRequest

2020-04-15 Thread Chirag Dewan
Hi Mark, Thanks for the quick update. That would work. Thank you, Chirag On Wed, 15 Apr, 2020, 1:00 PM Mark Thomas, wrote: > On 15/04/2020 06:32, Chirag Dewan wrote: > > Hi, > > > > I have a Jersey application deployed on an Embedded Tomcat 9.0.29. I have > > enabled the APR connector with

Re: HTTP2 Pseudo Headers in HttpServletRequest

2020-04-15 Thread Mark Thomas
On 15/04/2020 06:32, Chirag Dewan wrote: > Hi, > > I have a Jersey application deployed on an Embedded Tomcat 9.0.29. I have > enabled the APR connector with HTTP2 Upgrade Protocol to support HTTP2 > requests. > > Now when I try to get :authority and :path header from the > HttpServletRequest, I

HTTP2 Pseudo Headers in HttpServletRequest

2020-04-14 Thread Chirag Dewan
Hi, I have a Jersey application deployed on an Embedded Tomcat 9.0.29. I have enabled the APR connector with HTTP2 Upgrade Protocol to support HTTP2 requests. Now when I try to get :authority and :path header from the HttpServletRequest, I get null. I debugged this and saw that the