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
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) should
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-)compil
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
>> jstl-1.2_1.jar
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: users@tomcat.apac
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
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 th
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 sure
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 WINDOW_U
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
overhead
10 matches
Mail list logo