On 1/16/08, jithesh <[EMAIL PROTECTED]> wrote: > > > hi Guys, > > I am working with appfuse 1.9.0. while verifying the source code i > found a variable in loginForm.jsp > called 'param.error' . What this value holds? Can any one give some > explanation on this?
In security.xml the authenticationProcessingFilter is set to redirect to /login.jsp?error=true if authentication fails. param.error simply refers to the error parameter in the URL. Mike > Thanks and regards > Jithesh > > -- > View this message in context: > http://www.nabble.com/Doubt-on-acegi-tp14877932s2369p14877932.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
