[jboss-user] [JBoss Portal] - Portlet security constraint tab ignored completely

btbala do-not-reply at jboss.com
Tue Dec 5 15:22:05 EST 2006


I'm using JBoss portal version 2.4 and have an issue with the portlet security configuration.  For some reason, the security-constraint tag that I have defined in the portlet-instance.xml is being completely ignored.   The security configuration for the page in the *-object.xml is :

<security-constraint>
<policy-permission>

<action-name>view</action-name>
</policy-permission>
</security-constraint>

The security configuration for the portlet in the portlet-instance.xml is :

<security-constraint>
<policy-permission>
<role-name>admin</role-name>
 <action-name>view</action-name>
</policy-permission>
</security-constraint>         

The above configuration is being ignored and  the portlet is always accessible to everyone. Any ideas?



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991448#3991448

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991448



More information about the jboss-user mailing list