[undertow-dev] Form Authentication : Save/Restore Request

Stuart Douglas sdouglas at redhat.com
Mon Dec 9 04:21:15 EST 2013


This still needs to be implemented: https://issues.jboss.org/browse/UNDERTOW-156

I should get to it some time this week.

Stuart

----- Original Message -----
> From: "Anil Saldhana" <Anil.Saldhana at redhat.com>
> To: undertow-dev at lists.jboss.org
> Sent: Tuesday, 3 December, 2013 10:06:21 PM
> Subject: Re: [undertow-dev] Form Authentication : Save/Restore Request
> 
> Sometime ago, I did write the form auth code in a generic library
> https://github.com/picketbox/picketbox/blob/master/http/src/main/java/org/picketbox/http/authentication/HTTPFormAuthentication.java
> https://github.com/picketbox/picketbox/blob/master/http/src/main/java/org/picketbox/http/authentication/AbstractHTTPAuthentication.java
> 
> This does request caching.
> 
> On 12/03/2013 03:03 PM, Anil Saldhana wrote:
> > Hi,
> >     looking at the FormAuthenticationMechanism code, I cannot figure out
> > whether the original request gets cached (saved) before redirecting to
> > the form login page. After authentication, it needs to be restored back.
> > This is the only way in which the original post data to a secured URL
> > can be saved after the form authentication work flow.
> >
> > Regards,
> > Anil
> > _______________________________________________
> > undertow-dev mailing list
> > undertow-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/undertow-dev
> 
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev
> 


More information about the undertow-dev mailing list