Session tracking between http to https

2002-04-19 Thread mh
I use Tomcat 4.0.3 + Apache 1.3.14 + Ajp13 connector I have two virtual host, one in http and the other in https. Two servlets are used in those virtual host. I want to do use HttpSession to maintain object information between my two servlets. I do this in my first servlet : response.encodeURL

Re: Apache Tomcat response.setHeader("WWW-Authenticate","BASIC

2002-03-21 Thread mh
Original Message - From: "mh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 4:10 PM Subject: Apache Tomcat response.setHeader("WWW-Authenticate","BASIC I use Apache 1.3.19 & Tomcat 4.0.1 via mod_jk on Linux platform. I try to do t

Re: Apache Tomcat response.setHeader("WWW-Authenticate","BASIC

2002-03-21 Thread mh
WW-Authenticate","BASIC > > What do you get if you connect to the tomcat 8080 port and > do the same thing ? > > D > > > mh wrote: > > >--16:17:44-- http://dev.cerib.reflexe.fr/cerib_BD > > => `cerib_BD' > >Connexion vers dev.

Re: Apache Tomcat response.setHeader("WWW-Authenticate","BASIC

2002-03-21 Thread mh
sday, March 21, 2002 4:11 PM Subject: Re: Apache Tomcat response.setHeader("WWW-Authenticate","BASIC > can you send the full set of headers that you get back ? > > wget -s > will do this .. > > D > > > > mh wrote: > > >I use Apache 1.

Apache Tomcat response.setHeader("WWW-Authenticate","BASIC

2002-03-21 Thread mh
I use Apache 1.3.19 & Tomcat 4.0.1 via mod_jk on Linux platform. I try to do this in a servlet : String authHeader = request.getHeader("Authorization"); if (authHeader != null) { AuthInternaute ai = new AuthInternaute(authHeader); String username = ai.getUsername(); String password = ai.getPa

Tomcat for JSP 1.0/Servlets 2.1?

2001-04-10 Thread MH Annex
Hi, I look for a version a Tomcat which is stricly compliant to the Servlets 2.1/JSP 1.0 specifications. I thought that this was the case for Tomcat 3.0 which I downloaded, but there are several classes which use Servlets 2.2/JSP 1.1 features. I would like to know if it is possible to have a To