Re: Handling SSL Client Auth abort

2007-05-10 Thread Subscriber
Hi Bill, Thanks for your answer. I've tried to download the source code for Tomcat 5.5.23, but I can't find a JIO Connector. Is JIO an abbrevation for something? Can you point me to a place, where I can find the source code and possibly make my own patch? regards, kews Bill Barker wrote: "S

Re: Handling SSL Client Auth abort

2007-05-07 Thread Bill Barker
"Subscriber" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > >>> ...unfortunately I never get that far where I can catch the exception. >>> The exception is thrown within Tomcat and in my application code. > > >> (I'll assume there's a rather critical "not" missing from the l

RE: Handling SSL Client Auth abort

2007-05-07 Thread Caldarale, Charles R
> From: Subscriber [mailto:[EMAIL PROTECTED] > Subject: Re: Handling SSL Client Auth abort > > This is OK - but how do I put custom code into the Tomcat? Download and modify the source. > I've already coded a custom realm for the purpose of > verifying the certifi

Re: Handling SSL Client Auth abort

2007-05-07 Thread Subscriber
Hi, ...unfortunately I never get that far where I can catch the exception. The exception is thrown within Tomcat and in my application code. > (I'll assume there's a rather critical "not" missing from the last clause in the above sentence.) Of course - NOT in my application code :-) If the

Re: Handling SSL Client Auth abort

2007-05-03 Thread Subscriber
...unfortunately I never get that far where I can catch the exception. The exception is thrown within Tomcat and in my application code. regards, kews Martin Gainty wrote: in the event of failed login you can throw AuthenticationException This is a comprehensive example is for SunOne you can u

RE: Handling SSL Client Auth abort

2007-05-03 Thread Caldarale, Charles R
> From: Subscriber [mailto:[EMAIL PROTECTED] > Subject: Re: Handling SSL Client Auth abort > > ...unfortunately I never get that far where I can catch the > exception. > The exception is thrown within Tomcat and in my application code. (I'll assume there's a rather

Re: Handling SSL Client Auth abort

2007-05-03 Thread Martin Gainty
in the event of failed login you can throw AuthenticationException This is a comprehensive example is for SunOne you can use the bits you need http://java.sun.com/developer/technicalArticles/WebServices/appserv8-1.html M-- This email message and any files transmitted with it contain confidential i