> -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
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
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
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
чт, 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
> -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