question on client authentication by tomcat

2002-12-13 Thread Sunu Joseph
Hi, Context: I have a client who comes in to the server with a request URL of the form https://username:password@server/servletname. I need to get this authentication information passed on from apache to tomcat where in my serlvet can strip the userid and password for verfication (using my own

question on client authentication by tomcat

2002-12-11 Thread Sunu Joseph
Hi, Context: I have a client who comes in to the server with a request URL of the form https://username:password@server/servletname. I need to get this authentication information passed on from apache to tomcat where in my serlvet can strip the userid and password for verfication (using my own