Now that this has changed form 1.4 to 1.5, I am a bit confused on how to
structure my security.xreg file.
Since we now use GroupRole, how would I declare my access tag for a security
entry?
Originally I could say:
<access action="*">
<allow-if role="Developer"/>
</access>
Well if I have a group called FedEx how do I establish my group in the tag
above?
Just using role does not allow me to have access to the portlet.
This statement always return false:
securityEntry.allowsGroupRole(groupname, rolename, action)
BTW, it works fine when I add a particular user in the security.xreg
Maybe I should uncomment that code in the RegistryAccessController?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]