AW: Many IllegalStateException when using http2 protocol

2022-03-10 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Konstantin Kolinko > Gesendet: Donnerstag, 10. März 2022 16:31 > An: Tomcat Users List > Betreff: Re: Many IllegalStateException when using http2 protocol > > чт, 10 мар. 2022 г. в 18:16, Thomas Hoffmann (Speed4Trade GmbH) > : > > > > > -Ursprüngl

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

Re: correct usage of properties to supply database port

2022-03-10 Thread Rob Sargent
I think I see the problem:  and extra colon has snuck in to the url - localhost:5432*":"*/tbar Sorry for the noise. On 3/10/22 09:40, Rob Sargent wrote: Using tomcat 9.0.58 I have a propertiesfile supplied to my embedded tomcat which includes SGSSRVR_databasePort     = 5432 SGSSRVR_d

correct usage of properties to supply database port

2022-03-10 Thread Rob Sargent
Using tomcat 9.0.58 I have a propertiesfile supplied to my embedded tomcat which includes SGSSRVR_databasePort     = 5432 SGSSRVR_databaseHost        = localhost and in my app-specific web.xml I have     databaseHost ${SGSSRVR_databaseHost} java.lang.String    

Re: Many IllegalStateException when using http2 protocol

2022-03-10 Thread Konstantin Kolinko
чт, 10 мар. 2022 г. в 18:16, Thomas Hoffmann (Speed4Trade GmbH) : > > > -Ursprüngliche Nachricht- > > Von: Konstantin Kolinko > > Gesendet: Mittwoch, 9. März 2022 00:52 > > An: Tomcat Users List > > Betreff: Re: Many IllegalStateException when using http2 protocol > > > > пн, 7 мар. 2022

AW: Many IllegalStateException when using http2 protocol

2022-03-10 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Konstantin Kolinko > Gesendet: Mittwoch, 9. März 2022 00:52 > An: Tomcat Users List > Betreff: Re: Many IllegalStateException when using http2 protocol > > пн, 7 мар. 2022 г. в 16:26, Thomas Hoffmann (Speed4Trade GmbH) > : > > > > Hello, > > > > Since u