Hello

My application has its own SecurityManager, extending J2EESecurityManager.

I have an ActionBean annotated with @RolesAllowed("AUTHENTICATED"),
this action bean implements ValidationErrorHandler, and has a
validation method annotated with @ValidationMethod(on = EVENT_PREPARE)

Whenever I reach the @ValidationMethod code part with a debugger, I
can see that the SecurityManager does not get fired, it looks like
@ValidationMethod is invoked "before" Stripes' SecurityManager.

Can anyone confirm this ?

thanks
laurent


-- 
<a href="http://blog.jdeuxe.info/";>http://blog.jdeuxe.info/ - Java
entreprise tips & tricks</a>

------------------------------------------------------------------------------

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to