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
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
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) :-)
$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
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
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
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 "
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
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
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
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
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
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
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
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 <[
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
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,
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
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
19 matches
Mail list logo