Hi Jeffery,

Thx a lot, it works well! :)
> Hi,
>
> I would recommend looking at the source for
>
>  org.apache.turbine.modules.actions.AccessControlList
>
>  ...snip...
>
>             if (acl == null)
>             {
>                 log.debug("No ACL found in Session, building fresh ACL");
>                 acl = TurbineSecurity.getACL(user);
>                 data.getSession().setAttribute(
>                         AccessControlList.SESSION_KEY, acl);
>
>                 log.debug("ACL is " + acl);
>             }
>             data.setACL(acl);
>
>  ...end snip...
>
> maybe this will point you in the right direction... use the source! it's
> your friend :)
>

-- 
bye
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to