Hi Adam,

That's encouraging.  I'm actually using struts in this app too.  I'll do
some debugging and see where I get.

Thanks for now
Martin


-----Original Message-----
From: Adam Hardy [mailto:[EMAIL PROTECTED] 
Sent: 25 March 2004 15:10
To: Tomcat Users List
Subject: Re: post data through form based authentication example?

Martin,
I would check your problem again. That is not the normal behaviour of 
the container-managed login. It will cache the original request during 
the login and send it on to the originally requested URL.

Adam

On 03/25/2004 02:45 PM Martin Alley wrote:
> Hi,
> 
> Has any one got an example of a servlet secured with form based
> authentication, where the request to the servlet is posted, from
outside
> the secured area?
> 
> My actual situation is I already have a web application with form
based
> auth working fine, but I have a problem when the user is at a web
form,
> about to post the data when their session times out.  Then they submit
> the form, get sent to the login page, and then the on to the original
> form processing servlet.  However the post data is now lost.
> 
> I am using tomcat4.1 as bundled with JBoss 3.2.3 and the coyote
> connector.
> 
> Thanks in advance
> Martin
> PS I have also posted to JBoss
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to