on 10/2/01 1:29 PM, "Leandro Rodrigo Saad Cruz" <[EMAIL PROTECTED]> wrote:
> Hi all... > I think some one has had this problem before but the mailing list didn't > help ! > I want to make all methods doXXX() in my action(extends > VelocitySecureAction) secure. but turbine never calls iss Authorized if > I'm using an actionEvent type of class. > I thing VelocityActionEvent.executeEvents() has to be modified to call > isAuthorized before any doXXX() method . Is this a general need or I > better modify only my local copy ??? In T3, I know that this issue is resolved. It is called TemplateSecureAction.java and it works the same as TemplateSecureScreen.java In T2, there should be an action class that has the isAuthorized() method calling it in. If there isn't, then create one and contribute it. -jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
