RE: Embedded Tomcat 9.0.43 : WINDOW_UPDATE not sent when receiving http2 requests over unknown url

2021-03-10 Thread Arshiya Shariff
Thank you Mark . Please keep us posted regarding the fix . -Original Message- From: Mark Thomas Sent: Wednesday, March 10, 2021 6:28 PM To: users@tomcat.apache.org Subject: Re: Embedded Tomcat 9.0.43 : WINDOW_UPDATE not sent when receiving http2 requests over unknown url On 10/03/2021

Possible to refer to the contextPath in a Resource database url ?

2021-03-10 Thread Rony G. Flatscher (Apache)
For a little nutshell example I would like to use SQLite as the JDBC driver includes the native code for all the major operating systems already (this way a user does not really need to install SQLite just place its JDBC driver in the lib directory). The SQLite database (with sample data)

Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-03-10 Thread Rony G. Flatscher (Apache)
Is there a way to know/infer that a JSP got freshly compiled from e.g. a taglib library? For caching purposes it would be necessary to learn whether a JSP got recompiled as the cache should be purged in that case. Is there a way to find out whether a JSP run is the very first after

Re: JSP: question: how to make tld-files part of the taglib library like STL is able to do?

2021-03-10 Thread Rony G. Flatscher (Apache)
On 10.03.2021 14:44, Mark Thomas wrote: > On 10/03/2021 13:19, Rony G. Flatscher (Apache) wrote: >> The STL (standard tag library) jstl-1.2_1.jar is able to have its tags >> processed without requiring >> the user to place its tld-files into the webapps WEB-INF directory. Rather >>

Re: GOAWAY sent on 404 with large payload in http2

2021-03-10 Thread Doug Whitfield
Regarding the email thread with this title: “Embedded Tomcat 9.0.43 : WINDOW_UPDATE not sent when receiving http2 requests over unknown url” That looks exactly like our issue, but with slightly different numbers. From: Doug Whitfield Date: Tuesday, March 9, 2021 at 4:02 PM To:

Re: JSP: question: how to make tld-files part of the taglib library like STL is able to do?

2021-03-10 Thread Mark Thomas
On 10/03/2021 13:19, Rony G. Flatscher (Apache) wrote: The STL (standard tag library) jstl-1.2_1.jar is able to have its tags processed without requiring the user to place its tld-files into the webapps WEB-INF directory. Rather jstl-1.2_1.jar stores the tld files in its META-INF directory and

Re: Using threadlocals on async requests

2021-03-10 Thread Thiago Veronezi
Yes. I noticed that. :) I was only testing with the ByteCounter example that comes with tomcat.That example uses nio, so there's no new thread. As soon as I use... ``` val ac = req.startAsync(); ac.start(() -> { // }); ``` The runnable does not get the threadlocal, obviously. :) Thanks for

JSP: question: how to make tld-files part of the taglib library like STL is able to do?

2021-03-10 Thread Rony G. Flatscher (Apache)
The STL (standard tag library) jstl-1.2_1.jar is able to have its tags processed without requiring the user to place its tld-files into the webapps WEB-INF directory. Rather jstl-1.2_1.jar stores the tld files in its META-INF directory and yet they seem to be found by the JSP processor (not

Re: Embedded Tomcat 9.0.43 : WINDOW_UPDATE not sent when receiving http2 requests over unknown url

2021-03-10 Thread Mark Thomas
On 10/03/2021 05:26, Arshiya Shariff wrote: Hi All, We are using embedded tomcat version 9.0.43 in our application to transport http/2 packets between 2 systems (h2c connection). All parameters used are the tomcat defaults. We are facing the below issue : 1. Tomcat is not sending

Re: CloseNowException: This stream is not writable

2021-03-10 Thread Mark Thomas
On 09/03/2021 20:57, DevNull wrote: Apache Tomcat Version 9.0.43 Hello In an application showing hundreds of thumbnail images at the same time, about a hundred thumbnails are loaded but the rest are not. Some posts claim it may be due to the http2 connection closing due to too much