Handling ClientAbortException

2007-05-21 Thread Subscriber
Hi, I'm getting a ClientAbortException in my logs, when a browser cancels a dialog with the server. This is OK, but in Internet Explorer (6+7) I'm not able to show a customized error page to the user. I've tried with this tag - both in my own web.xml and Tomcat's web.xml: java.net.Socket

Re: Handling javax.net.ssl.SSLHandshakeException: null cert chain

2007-05-15 Thread Subscriber
ing a copy. Thank you. - Original Message ----- From: "Subscriber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 15, 2007 9:11 AM Subject: Re: Handling javax.net.ssl.SSLHandshakeException: null cert chain One additional comment: The exception is not

Re: Handling javax.net.ssl.SSLHandshakeException: null cert chain

2007-05-15 Thread Subscriber
One additional comment: The exception is not thrown when the user clicks "Cancel" - it's thrown when IE accesses the page and presents the "Choose certificate" dialog box. So the exception is thrown before any user interaction (besides from typing the URL) :-)

Re: Handling javax.net.ssl.SSLHandshakeException: null cert chain

2007-05-15 Thread Subscriber
$ControlRunnable.run(ThreadPool.java:685) at java.lang.Thread.run(Thread.java:595) Is this Internet Explorer behaviour - and can this be fixed? regards, kews Bill Barker wrote: "Subscriber" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, Thanks for you

Re: Handling javax.net.ssl.SSLHandshakeException: null cert chain

2007-05-14 Thread Subscriber
rce code, but I can see the exception occurs within the JSSE - this is where the confusio starts :-) ...solutions are very welcome! regards, kews Mark Thomas wrote: Subscriber wrote: Hi, How do I handle this exception, when the user clicks "Cancel" upon SSL Client authentication w

Handling javax.net.ssl.SSLHandshakeException: null cert chain

2007-05-14 Thread Subscriber
Hi, How do I handle this exception, when the user clicks "Cancel" upon SSL Client authentication when prompted for a certificate. javax.net.ssl.SSLHandshakeException: null cert chain Tomcat throws this exception, but I would like to catch it and redirect the user to a proper error page. The

Re: Handling SSL Client Auth abort

2007-05-10 Thread Subscriber
rker wrote: "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 "

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
message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Subscriber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, May 03, 2007 7:35 AM Su

Handling SSL Client Auth abort

2007-05-03 Thread Subscriber
Hi guys, When a client cancels a SSL Client Auth request, Tomcat ends the request and it's not possible to "catch" this error - Does anybody have a solution to this problem? Regards, kews - To start a new topic, e-mail: user

Tomcat - problem when using SSL connector only

2007-04-30 Thread Subscriber
Problem: I have a Tomcat server with only one webapp. When deploying the server with only the SSL connector defined the webapp cannot be contacted with the browser (404 in both IE and firefox). Now: the 1st strange thing is that the webapp has no problems whatsoever when the non-ssl connect

Re: Disable servlet runtime

2007-02-05 Thread Subscriber
Gael Marziou wrote: Solution may depend on which criteria you use to determine whether you should enable or disable a feature. Without knowing more on your requirements, I would use a servlet controller and JAAS permissions granted per role or subject in order to enable/disable features. I

Re: Disable servlet runtime

2007-01-31 Thread Subscriber
Peter Crowther wrote: A Tomcat-specific solution: Implement a Valve that intercepts all incoming requests (it has to be a tomcat-specific Valve rather than a Filter, because Filters are per-webapp). In that Valve, examine the request URL, determine which servlet it maps to, check whether then se

Disable servlet runtime

2007-01-31 Thread Subscriber
Hi, I would like to know if it is possible to disable a servlet within a web application while it is running. My scenario is, that I would like to turn on/off different features in my webapplication. These features are implemented as servlets and therefore be able to turn them on and off with

Re: Handling expired client certificate

2006-11-01 Thread Subscriber
dling control to the webapplication. Hence, the exception is not "catchable" inside my webapplication, but is to be handled in some other way "inside" the Tomcat engine. ...Suggestions are still very welcome :-) regards, kews Hassan Schroeder wrote: On 11/1/06, Subscriber <[

Handling expired client certificate

2006-11-01 Thread Subscriber
Hi, I've configured Tomcat 5.5.17 to use CLIENT-CERT as authentication mechanism via web.xml in my web application. This works as expected and the user gets prompted for a certificate. I'm facing a problem, because when the user supplies a certificate that has expired Tomcat throws an excepti

RE: The problem i have met

2006-03-31 Thread e-Denton Subscriber
Hi, I agree that a lot of people don't make much effort to solve their own problem before posting; however, there are a few good reasons for it. First of all, humans are social by nature; and, for most humans a mailing list or discussion group is first, and foremost, a social activity. Secondly,

RE: Pound sign £ in passwords

2006-03-15 Thread e-Denton Subscriber
I think it's in the parser--it ignores dollar signs and pound signs. C# Online.NET! http://wiki.csharp-online.net/ -Original Message- From: Duncan Brannen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 10:57 AM To: users@tomcat.apache.org Subject: Pound sign £ in passwords

UnsupportedClassVersionError

2005-12-08 Thread e-Denton Subscriber
Hi, I recently uploaded an updated Struts application to a remote server. Now I get this message (below: UnsupportedClassVersionError). I am using Tomcat 5.0.27. I do have 5.5 on that system, but everything points to 5.0.27 (as far as I can tell). I am running Java 1.4.2_01_b06. I have the same