Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
uired what is the syntax thank you Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze

Re: Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
ctory(URLStreamHandlerFactory)" Could you please explain further thanks again Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Fri, 20 Jan 2023 at 11:01, Mark Thomas wrote: > > On 20/01/2023 09:53, Dave Breeze wrote: > > T

Re: Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
ol.handler.pkgs=org.apache.catalina.webresources $JAVA_OPTS " then users could use JAVA_OPTS to set the value. thanks Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Fri, 20 Jan 2023 at 12:17, Mark Thomas wrote: > > On 20/01/2023 11:18, Dave Breeze wrote: > > Many thanks Mark for the ans

Re: Tomcat client certicate authentication

2023-01-30 Thread Dave Breeze
called. In my servlet, however, I can retrieve the certificates. thanks for your help Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Sun, 29 Jan 2023 at 22:21, Christopher Schultz wrote: > > Dave, > > On 1/28/23 09:28, Dave Breeze wrote: > > this is Tomcat 9.0 running

Tomcat client certicate authentication

2023-01-28 Thread Dave Breeze
vax.servlet.request.X509Certificate") correctly returns both the certificate from the browser plus the Cert Auth. A getSubjectX500Principal().getName() call on the browser certificate returns the cn/o/ou setting that should match with users.xml. What am I missing here? Dave Breeze Link

Re: Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
thanks i have just done a quick and dirty test - I found a tomcat launcher code I did as an exercise - quickly modified it to set the handler to a concatenation. Tomcat launches correctly and uses the ibm safkeyring thanks again Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Fri

Re: Tomcat client certicate authentication

2023-02-01 Thread Dave Breeze
ricted to a role - I need the servlet to respond differently based on role. what I have decided to do in the servlet is to retrieve the user-id from the certificate and determine their role by using a security product native to the platform on which Tomcat is running Thanks for your help. Dave B