I think this issue should be resolved at TemplateAction.java (in T3) but it is almost identical to VeolicyActionEvent (in T2) could you point me where to locate the changes ???
Template On Tue, 2001-10-02 at 17:32, Jon Stevens wrote: > 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] -- Leandro Rodrigo Saad Cruz IT - Inter Business Tecnologia e Servicos (IB) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
