« Return to Thread: How to get Login page while submitting a data form

Re: How to get Login page while submitting a data form

by Haroon Rafique :: Rate this Message:

Reply to Author | View in Thread

On Today at 1:14pm, DN=>Dale Newfield <dale@...> wrote:

DN> Sanjaya Kumar Patel wrote:
DN> > Curious to know what is the common practice. Would like to hear if
DN> > people are using some established libraries or pattern etc.
DN>
DN> ACEGI^H^H^H^H^HSpring Security.
DN>
DN> -Dale
DN>

+1.

Sanjaya, Spring Security will remember which URL user was trying to access
before the login and will replay that URL after successful login .
However, I'm not aware of Spring Security ability to replay POST data from
a form.

Hope that helps.

Later,
--
Haroon Rafique
<haroon.rafique@...>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: How to get Login page while submitting a data form