[Acegisecurity-developer] How can I include a login form on multiple pages, and return to the original page after login?

2007-08-15 Thread Sorin Postelnicu
Hi guys! I have a question for anyone who has solved this problem before: I included the same login form on multiple pages on my site, and I want the following functionality: When a user logs-in (using the login form on any page), if the login is successful he will be returned to the same page

Re: [Acegisecurity-developer] How can I include a login form on multiple pages, and return to the original page after login?

2007-09-07 Thread Sorin Postelnicu
I posted a solution for this problem here: http://blog.tremend.ro/2007/09/07/how-to-use-the-request-referer-as-the-targeturl-when-using-acegi-security-for-spring/ - This SF.net email is sponsored by: Splunk Inc. Still

Re: [Acegisecurity-developer] Can I have a secured page containing a form with method=post?

2008-04-21 Thread Sorin Postelnicu
On Mon, Apr 21, 2008 at 12:36 PM, Sorin Postelnicu [EMAIL PROTECTED] wrote: Hi guys, Can anyone confirm to me that if I have a secured page and this page contains a form with method=post (and action=the same page), then the POST will not work