Re: [SECURITY] CVE-2020-9484 Apache Tomcat Remote Code Execution via session persistence

2020-05-21 Thread emma davis
Capt - dos2unix - Dradis - MagicTree - Metagoofil - Nipper-ng - pipal - RDPY emma davis emma.davi...@aol.com -Original Message- From: Mark Thomas To: Tomcat Users List CC: Tomcat Developers List ; annou...@tomcat.apache.org ; annou...@apache.org Sent: Wed, 20 May

How does DBCP handle Idle connections

2008-10-15 Thread Emma
Originally the application faces connection reset problems using the configuration: type="javax.sql.DataSource" removeAbandoned="true" removeAbandonedTimeout="100" maxActive="500" maxIdle="10" maxWait="1000" because the opened connections are closed