On 1/16/08, jithesh <[EMAIL PROTECTED]> wrote: > > > Thanks for that valuable information, > > I have one more doubt on acegi. What exception will acegi will > thow if a user role is not found on authorized user? Will it perform > authentication on that usermae/password?
Assuming an authenticated user attempts to access a restricted page for which the user does not have the required role, then ACEGI will throw an AccessDeniedException from the filterInvocationInterceptor. No attempt is made to authenticate the user unless the user has not yet authenticated. Mike Regards, > Jithesh > > > > > Mike Horwitz wrote: > > > > 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] > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Doubt-on-acegi-tp14877932s2369p14878713.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] > >
