"Subscriber" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi,
>
> Thanks for your answer Mark! I would like to add custom code to Tomcat to 
> make this work, but I can't figure out where to start...I can't see any 
> alternative solution to my problem. Besides that, I'm hard hung up on 
> Tomcat anyway. I've tried to download the Tomcat source code, but I can 
> see the exception occurs within the JSSE - this is where the confusio 
> starts :-)
>
> ...solutions are very welcome!
>

http://issues.apache.org/bugzilla/show_bug.cgi?id=41337

> regards,
> kews
>
> Mark Thomas wrote:
>> Subscriber wrote:
>>> Hi,
>>>
>>> How do I handle this exception, when the user clicks "Cancel" upon SSL
>>> Client authentication when prompted for a certificate.
>>
>> Basically you can't without some custom Tomcat code. Since the
>> handshake occurs before any HTTP traffic is sent, Tomcat doesn't know
>> which web app the user was eventually going to try and connect to.
>> Therefore, this has to be handled entirely within Tomcat rather than
>> by any particular web app.
>>
>> This is going to be the same for every container - each will require a
>> custom solution. If you want your app to be portable, I wouldn't
>> bother going down this road.
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>> __________ NOD32 2264 (20070514) Information __________
>>
>> This message was checked by NOD32 antivirus system.
>> http://www.eset.com
>>
>>
>>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to