Hi all,

We are using a combination of acegi and spring webflow.
To start our webflow process we must use a url with a certain request parameter in it.
For example: http://www.myHost.com/private/something?_flowId

The above URL is also a protected resource, so I get my ACEGI login screen. I'm able to log in BUT after logging in acegi forwards
the request to http://www.myHost.com/private/something and not to http://www.myHost.com/private/something?_flowId

Is there a way to also use the original parameters that were submitted ??

Thanks in advance ...

Best regards,

Tom.
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to