Re: Tomcat / Oracle JDBC OracleTimeoutPollingThread memory leak?

2023-02-15 Thread Mark Thomas
On 13/02/2023 19:12, Ragosta, Vincent wrote: Is the above GC root, an example of the above condition? Yes. If so, can this be mitigated using the JreMemoryLeakPreventionListener, as illustrated in the Tomcat documentation, here --

Re: Autocommit issue with JDK 1.8, Tomcat 9.0.60, ojdbc8.jar and Oracle DB 19c (19.14.0.0)

2023-02-15 Thread Mark Thomas
Please DO NOT cross-post questions to both the users list and the dev list. Questions like this belong on the users list. On 15/02/2023 06:32, Promit Banik wrote: Hello everyone, Recently we have done an environment setup upgradation/migration as mentioned below for our application: JDK 1.7

Query about support for OpenSSL 1.1.1

2023-02-15 Thread Vivek Naruka (EXT-NSB)
Hi Tomcat Support Team, There is new version of Openssl i.e. Openssl 3.0 available for which tomcat provide support in its newly released versions. We are using Openssl version 1.1.1 in our project and need to know that if tomcat will continue its support towards Openssl 1.1.1 as well till year

Tomcat Issue = org.apache.tomcat.util.net.Acceptor.run Socket accept failed. java.io.IOException: Duplicate accept detected.

2023-02-15 Thread Patkar Omkar Anant
Hi All, We are facing an issue with Apache Tomcat 9. I had posted this issue in Bugzilla forum, and from there I was re-directed here. The link to the bug is = https://bz.apache.org/bugzilla/show_bug.cgi?id=66476 I will elaborate the details here: - -- ERROR:

Re: Query about support for OpenSSL 1.1.1

2023-02-15 Thread Mark Thomas
On 15/02/2023 10:30, Vivek Naruka (EXT-NSB) wrote: Hi Tomcat Support Team, There is new version of Openssl i.e. Openssl 3.0 available for which tomcat provide support in its newly released versions. We are using Openssl version 1.1.1 in our project and need to know that if tomcat will

Re: AW: JSessionId secure attribute not set if RemoteIpFilter with X-Forwarded-Proto https is used

2023-02-15 Thread Ivano Luberti
Hi Reto, fortunately I use RemoteIpValve but I would like to know, if you have time, what advantages there would be using RemoteIpFilter. TIA Il 09/02/2023 08:50, Reto Weiss ha scritto: Hi Mark Reported ashttps://bz.apache.org/bugzilla/show_bug.cgi?id=66471 Regards Reto

Re: Basic SSL Certificate Usage logging

2023-02-15 Thread Mark Thomas
On 10/02/2023 15:42, jonmcalexan...@wellsfargo.com.INVALID wrote: Once again, Awesome Possum! You guys are the greatest! How about this? (uses the simple toString() approach) https://people.apache.org/~markt/dev/cert-log-example.txt Enabled with:

Re: Tomcat Issue = org.apache.tomcat.util.net.Acceptor.run Socket accept failed. java.io.IOException: Duplicate accept detected.

2023-02-15 Thread Mark Thomas
On 15/02/2023 12:24, Patkar Omkar Anant wrote: Hi All, We are facing an issue with Apache Tomcat 9. I had posted this issue in Bugzilla forum, and from there I was re-directed here. The link to the bug is = https://bz.apache.org/bugzilla/show_bug.cgi?id=66476 I will elaborate the details

RE: Basic SSL Certificate Usage logging

2023-02-15 Thread jonmcalexander
Clarification: was: KeyIdentifier [ : CD 35 CB AD 62 91 65 C4 C5 46 C8 C3 0A C7 D3 57 .5..b.e..F.W 0010: 43 46 E8 FDCF.. ] should be: CD35CBAD629165C4C546C8C30AC7D3574346E8FD Dream * Excel * Explore * Inspire Jon McAlexander Senior

Re: Basic SSL Certificate Usage logging

2023-02-15 Thread Mark Thomas
On 15/02/2023 22:56, jonmcalexan...@wellsfargo.com.INVALID wrote: They also had this question. There seems to be no need to print both TEXT and HEX representations, like below (just HEX string should be fine): KeyIdentifier [ : CD 35 CB AD 62 91 65 C4 C5 46 C8 C3 0A C7 D3 57

RE: Basic SSL Certificate Usage logging

2023-02-15 Thread jonmcalexander
Thanks Mark. I'm checking with the requestor on my end. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA

RE: Basic SSL Certificate Usage logging

2023-02-15 Thread jonmcalexander
Hi Mark, I got a big thumbs up from our team here. They did have 2 questions and of course you can just tell us to go pound sand. 1. Can this be printed in JSON format, for easier parsing? (or even make it a config parameter – PLAIN / JSON / XML) 2. Is it possible to calculate and print the 2

Re: Basic SSL Certificate Usage logging

2023-02-15 Thread Mark Thomas
On 15/02/2023 22:17, jonmcalexan...@wellsfargo.com.INVALID wrote: Hi Mark, I got a big thumbs up from our team here. They did have 2 questions and of course you can just tell us to go pound sand. 1. Can this be printed in JSON format, for easier parsing? (or even make it a config parameter

RE: Basic SSL Certificate Usage logging

2023-02-15 Thread jonmcalexander
They also had this question. There seems to be no need to print both TEXT and HEX representations, like below (just HEX string should be fine): KeyIdentifier [ : CD 35 CB AD 62 91 65 C4 C5 46 C8 C3 0A C7 D3 57 .5..b.e..F.W 0010: 43 46 E8 FDCF..

9.0.70 / 9.0.71 regression?

2023-02-15 Thread Dan Armbrust
Are there any known regressions / open issues with 9.0.70 or 9.0.71 that could cause something like the below? We encountered a very odd issue today, where after upgrading the version of spring-boot for one of our rest microservices (and getting a newer tomcat) it stopped processing our calls