Re: Client Authentication

2005-11-30 Thread Markus Plail
Dobson Paul L Contr 84 MSUG/GBMLBR [EMAIL PROTECTED] writes: Thanks for the additional insight into client authentication. The smart card and IE are set up correctly to prompt for a valid certificate. I know this because that is how it works when I visit other web sites on our network that

Re: JAASRealm-based Login Fails After Upgrade from 5.0 to 5.5

2005-11-24 Thread Markus Plail
Shaw, David \(David\) [EMAIL PROTECTED] writes: I have a stable, working, Struts-based web application running under Tomcat 5.0.28 that uses HTTP BASIC authentication and a JAASRealm (with a home grown LoginModule and user and role principals) over SSL. The authentication / security has been

Re: How to add client certificate to use in Servlets

2005-11-17 Thread Markus Plail
Hi Oliver! Oliver Schoenwald [EMAIL PROTECTED] writes: I'm using Tomcat 5.5.4 and have implemented a webapplication that connects to other servers to look for the existence of certain URLs and to load soap-data using the Jakarta Axis-Library. Now there is a remote server reachable via an

Re: Tomcat overwrites error response body

2005-11-17 Thread Markus Plail
Anurag Chakravarti [EMAIL PROTECTED] writes: Tomcat sends back a default error HTML page, even when I don't want it to. I want my servlet to send its own error response body. I am doing the following in my servlet doPut method. java.io.PrintWriter pr = resp.getWriter();

Re: Using Authentication/Authorization

2005-11-17 Thread Markus Plail
Hi Jeremy! Jeremy Crosbie [EMAIL PROTECTED] writes: Can you supply the relevant sections of your web.xml? I am using FORM-based authentication--tested with both the Memory and JAAS realms--but maybe this will give you some hints: Do you successfully use JAAS realm based authentication in

JAAS Login not working since 5.5.10

2005-11-11 Thread Markus Plail
. Thanks in advance Markus Plail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]