homegrown client authentication

2001-09-07 Thread Brad Pardee
Does anyone know if its possible to override the default client authentication under HTTPS. If I understand right, the default authentication just verifies that the clients certificate has been signed by somebody in the server's truststore. Is it possible to extend the SSLAuthenticator class to

Performing actions prior to j_security_check

2001-07-20 Thread Brad Pardee
Hello, I have a single user system and I set up a JDBCRealm where the form-login-page is a servlet which either redirects to a simple login page or to a registration page if this is the first use. The simple login page works fine. However, on the registration page, I want to store the

JspC problem on windows

2001-07-02 Thread brad . pardee
Hello, I have a problem when I'm pre-compiling JSP files on windows that have the following line: %@ include file=WizardHeader.jsp% Which results in the error: 2001-06-29 05:31:58 - error-the file '\foobar\TemplateSelect.jsp' generated the following parse exception:

Re: Why does this list e-mail all users - i don't want this crap arriving in my mail

2001-06-29 Thread Brad Pardee
Look on the bright side. If you ever visit Germany, you'll be able to tell everyone your on vacation! -Original Message- From: Norman Cave-Browne-Cave [mailto:[EMAIL PROTECTED]] Sent: 29 June 2001 12:02 To: [EMAIL PROTECTED] Subject: Why does this list e-mail all users - i don't want

Problems with xerces and JspC

2001-06-28 Thread brad . pardee
Hello, I've upgraded from xerces version 1.3.0 to 1.4.1 and with this library on the front of my classpath (per SOAP instructions), I get the following messages for all .jsp's that are pre-compiled. Warning: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is