[jboss-user] [JBoss Portal] - Re: Portlet security constraint tab ignored completely
HerQpapa
do-not-reply at jboss.com
Tue Jul 29 10:37:58 EDT 2008
you need to add to your *-object.xml the role-name otherwise (I think) it is ignored:
| <security-constraint>
| <policy-permission>
| <role-name>admin</role-name>
| <action-name>view</action-name>
| </policy-permission>
| </security-constraint>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167349#4167349
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167349
More information about the jboss-user
mailing list