RE: Basic authentication question

2003-03-25 Thread Koes, Derrick
3 BASIC DORA -Original Message- From: Boon Seong [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 5:37 PM To: Tomcat Users List Subject: Re: Basic authentication question In that case, meaning it is a protected resource right ? Maybe u can try using the container'

Re: Basic authentication question

2003-03-25 Thread Boon Seong
/error.jsp - Original Message - From: "Koes, Derrick" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 6:31 PM Subject: RE: Basic authentication question > > Unfortunately, this does not

RE: Basic authentication question

2003-03-25 Thread Koes, Derrick
- From: Boon Seong [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 5:27 PM To: Tomcat Users List Subject: Re: Basic authentication question add this to the web.xml 401 /errorpage.jsp - Original Message - From: "Koes, Derrick" <[EMAIL PROTECTED]> To: &

Re: Basic authentication question

2003-03-25 Thread Boon Seong
add this to the web.xml 401 /errorpage.jsp - Original Message - From: "Koes, Derrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 6:22 PM Subject: Basic authentication question > > I wish to replace tomcat's 401 error page with something more el

Re: BASIC Authentication Question

2002-03-07 Thread Christopher K . St . John
Mark Shaw wrote: > > In subsequent requests I pass back the sessionID (in a cookie > labeled "jsessionid"...) instead of the BASIC authentication > You need to include the authentication information with every request for a protected resource, or you're going to get another challenge. rfc2617

Re: BASIC Authentication Question

2002-03-07 Thread Paul Chen
Have you turn on the SingleSignOn valve in server.xml? -Paul Mark Shaw wrote: >I'm hoping someone can shed some light on a particular behavior I'm >experiencing with BASIC authentication and session cookies: > >I've set up my servlet to use BASIC authentication and I'm my own very >simple real

Re: BASIC Authentication Question

2002-03-06 Thread Craig R. McClanahan
On Wed, 6 Mar 2002, Mark Shaw wrote: > Date: Wed, 6 Mar 2002 22:37:17 -0800 > From: Mark Shaw <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: BASIC Authentication Question > > I'm hoping someone can shed some light