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
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
-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
> 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
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
> 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
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
-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
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