Hi !
I have defined a security reference with several acesses for different
roles. For the role user, I have to define several actions, but not all, so
I did one access for each action. They all work but one : the print action.
If I put the following access element, the print button doesn't appear on
the portlets.
<access action="print">
<allow-if role="user"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="java:org.apache.jetspeed.om.registry.base.BaseSecurityAllow"/>
</access>
If i just change "print" to another action (eg. info, customize,...) it
works and the button doesn't appear. With print it doesn't...
This may be a bug. Has anybody met this behavior ? I didn't find any
bugzilla entry about that.
Greetings,
Pierre