Re: POST replication

2009-11-18 Thread João Nuno Silva
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João, On 11/18/2009 2:13 PM, João Nuno Silva wrote: Caldarale, Charles R wrote: I'm curious as to why you're reinventing this particular wheel. Why not let Tomcat's built-in authentication handling do the hard w

Re: POST replication

2009-11-18 Thread João Nuno Silva
Caldarale, Charles R wrote: From: João Nuno Silva [mailto:jns...@gmail.com] Subject: Re: POST replication 1) I want to have an authentication module that's independent of the servlet container used (because I think this behavior of request replay isn't a standard, but I migh

Re: POST replication

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João, On 11/18/2009 2:13 PM, João Nuno Silva wrote: > Caldarale, Charles R wrote: >> >> I'm curious as to why you're reinventing this particular wheel. Why >> not let Tomcat's built-in authentication handling do the hard work for >> you, and you just

RE: POST replication

2009-11-18 Thread Caldarale, Charles R
> From: João Nuno Silva [mailto:jns...@gmail.com] > Subject: Re: POST replication > > 1) I want to have an authentication module that's independent of the > servlet container used (because I think this behavior of request replay > isn't a standard, but I might be

Re: POST replication

2009-11-18 Thread João Nuno Silva
Caldarale, Charles R wrote: From: João Nuno Silva [mailto:jns...@gmail.com] Subject: Re: POST replication From what I've seen in the FormAuthenticator class Mark pointed me to, Tomcat doesn't create a new request, instead it fills it's fields with the values from the previous re

RE: POST replication

2009-11-18 Thread Caldarale, Charles R
> From: João Nuno Silva [mailto:jns...@gmail.com] > Subject: Re: POST replication > > From what I've seen in the FormAuthenticator class Mark pointed me to, > Tomcat doesn't create a new request, instead it fills it's fields with > the values from the previous r

Re: POST replication

2009-11-18 Thread João Nuno Silva
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/18/2009 11:42 AM, Mark Thomas wrote: João Nuno Silva wrote: Hi, this is my first question to the list so please be gentle :) My question is about a Tomcat feature available when using container manag

Re: POST replication

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/18/2009 11:42 AM, Mark Thomas wrote: > João Nuno Silva wrote: >> Hi, this is my first question to the list so please be gentle :) >> >> My question is about a Tomcat feature available when using container >> managed authentication. If a us

Re: POST replication

2009-11-18 Thread Mark Thomas
João Nuno Silva wrote: > Hi, this is my first question to the list so please be gentle :) > > My question is about a Tomcat feature available when using container > managed authentication. If a user requests a protected resource, Tomcat > first authenticates the user and then processes the initial