Re: Tomcat CVE watch

2020-07-25 Thread calder
On Sat, Jul 25, 2020, 09:55 Darryl Philip Baker < darryl.ba...@northwestern.edu> wrote: > We have switched from using the Red Hat supplied version of Tomcat to the > Apache supplied binary distribution. My management would like me to follow > any CVE related to Tomcat. I am wondering if there is

Question regarding servlet lifecycle and connection pooling ..

2020-07-25 Thread John Dale
Greetings; We've wrapped my connection pool interface in a Factory. Can you confirm how the current request's thread is used by JDBC connection pooling to MySQL? Sincerely, John - To unsubscribe, e-mail:

Tomcat CVE watch

2020-07-25 Thread Darryl Philip Baker
We have switched from using the Red Hat supplied version of Tomcat to the Apache supplied binary distribution. My management would like me to follow any CVE related to Tomcat. I am wondering if there is a mailing list, I can subscribe to that will give me just those items. I should be

Re: Classloading Behavior in Embedded Tomcat

2020-07-25 Thread Chirag Dewan
Hi, I guess I found the issue. WebAppClassLoader delegates to parent classloader where my environment doesn't have the javax.ws.rs.MessageBodyReader class. But this was present in my build/compile time environment. So WebAppClassLoader only ignores the ClassNotFoundException: if (delegateLoad)

Re: Error in stopping application tomcat !!

2020-07-25 Thread Peter Kreuser
Kushagra, > Am 25.07.2020 um 08:12 schrieb Kushagra Bindal : > > One more related changes : > https://bz.apache.org/bugzilla/show_bug.cgi?id=63041 None of the bugzilla entries relate to changes in newer versions. It won‘t be as easy as to search for „ „shutdown“ in either bugzilla or the

Re: Error in stopping application tomcat !!

2020-07-25 Thread Kushagra Bindal
One more related changes : https://bz.apache.org/bugzilla/show_bug.cgi?id=63041 Please suggest the probable fix to make this smooth. On Sat, Jul 25, 2020 at 11:03 AM Kushagra Bindal wrote: > Thanks Martin, > > By looking at the change log I found few relevant items. > > 1.