Re: Tomcat 10.1.36 Configuration Question: Client Certificate(s) missing from servlet request object

2025-02-25 Thread Robert Turner
Tomcat 10.x uses the jakarta versions of the API, and I believe all the attributes have been renamed: "javax.servlet.request.X509Certificate" -> "jakarta.servlet.request.X509Certificate" Give that a quick try... On Tue, Feb 25, 2025 at 4:45 PM Chris Evans wrote: > > Hello, > > I need assistan

Tomcat 10.1.36 Configuration Question: Client Certificate(s) missing from servlet request object

2025-02-25 Thread Chris Evans
Hello, I need assistance with accessing client certificates from a servlet. This is not a servlet code question but a configuration question. The call to: request.getAttribute("javax.servlet.request.X509Certificate"); is not returning any certificates. The last time that I needed to do this

Re: The future of Tomcat 9

2025-02-25 Thread Christopher Schultz
James, On 2/25/25 11:59 AM, James H. H. Lampert wrote: On 2/25/25 8:26 AM, Chuck Caldarale wrote: Jakarta EE - all the related javax classes have been renamed to jakarta. https://tomcat.apache.org/whichversion.html Thanks. I've just asked the Java list over at Midrange.com about how this a

Re: The future of Tomcat 9

2025-02-25 Thread Chuck Caldarale
> On 2025 Feb 25, at 11:31, Chuck Caldarale wrote: > > >> On 2025 Feb 25, at 10:59, James H. H. Lampert >> wrote: >> >> On 2/25/25 8:26 AM, Chuck Caldarale wrote: >> >>> Jakarta EE - all the related javax classes have been renamed to jakarta. >>> https://tomcat.apache.org/whichversion.html

Re: The future of Tomcat 9

2025-02-25 Thread Chuck Caldarale
> On 2025 Feb 25, at 10:59, James H. H. Lampert > wrote: > > On 2/25/25 8:26 AM, Chuck Caldarale wrote: > >> Jakarta EE - all the related javax classes have been renamed to jakarta. >> https://tomcat.apache.org/whichversion.html > > Thanks. I've just asked the Java list over at Midrange.com a

Re: The future of Tomcat 9

2025-02-25 Thread James H. H. Lampert
On 2/25/25 8:26 AM, Chuck Caldarale wrote: Jakarta EE - all the related javax classes have been renamed to jakarta. https://tomcat.apache.org/whichversion.html Thanks. I've just asked the Java list over at Midrange.com about how this affects running Tomcat 10 on an IBM Midrange box. What e

Re: The future of Tomcat 9

2025-02-25 Thread Chuck Caldarale
> On 2025 Feb 25, at 10:19, James H. H. Lampert > wrote: > > On 2/25/25 2:45 AM, Mark Thomas wrote: >> Tomcat 9 is the last major Tomcat version supporting Java EE. > > What does 10 use instead? Jakarta EE - all the related javax classes have been renamed to jakarta. https://tomcat.apache.o

Re: The future of Tomcat 9

2025-02-25 Thread mwood
On Tue, Feb 25, 2025 at 04:19:34PM +, James H. H. Lampert wrote: > On 2/25/25 2:45 AM, Mark Thomas wrote: > > Tomcat 9 is the last major Tomcat version supporting Java EE. > > What does 10 use instead? https://jakarta.ee/ -- Mark H. Wood Lead Technology Analyst University Library Indiana U

Re: The future of Tomcat 9

2025-02-25 Thread James H. H. Lampert
On 2/25/25 2:45 AM, Mark Thomas wrote: Tomcat 9 is the last major Tomcat version supporting Java EE. What does 10 use instead? -- JHHL - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-

Re: The future of Tomcat 9

2025-02-25 Thread dineshk
Hi ,  Any expected time horizon from now to support the Java EE with 9.x.x ? Any possibility on how many years from now , it would be supported? Dinesh Sent from Yahoo Mail for iPhone On Tuesday, February 25, 2025, 5:06 PM, Michael Osipov wrote: On 2025/02/25 10:45:53 Mark Thomas wrote: >

Re: The future of Tomcat 9

2025-02-25 Thread Michael Osipov
On 2025/02/25 10:45:53 Mark Thomas wrote: > All, > > Tomcat 9 is the last major Tomcat version supporting Java EE. Therefore, > the Tomcat community intends to provide support for Tomcat 9 beyond the > 10 years for which major Tomcat versions are typically supported. > > Extended support will b

The future of Tomcat 9

2025-02-25 Thread Mark Thomas
All, Tomcat 9 is the last major Tomcat version supporting Java EE. Therefore, the Tomcat community intends to provide support for Tomcat 9 beyond the 10 years for which major Tomcat versions are typically supported. Extended support will be provided via a new 9.1.x branch that will be starte