Re: JS 2.2.2 - role for toolbox, space navigtor, page navigator
David Taylor <[email protected]>
| Newsgroups | gmane.comp.jakarta.jetspeed.user |
|---|---|
| Message-ID | <CAM4V2B61JeH7Jf7OKsiVEwcB77ARH3d0v2tpbLjWY-up2hd09A@mail.gmail.com> |
On Thu, Oct 13, 2011 at 2:02 AM, Frank Otto <[email protected]> wrote: > Hi, > > which role is needed for access toolbox, space navigator and page navigator > portlets? I get the access denied message for this portlets in my custom > portal with existing user from jetspeed 2.2.0. > They are secured in the j2-admin deployment descriptor: jetspeed-portlet.xml, with the default security constraint <js:security-constraint-ref>admin</js:security-constraint-ref> You could loosen up the constraint for these portlets in jetspeed-portlet.xml, something like <portlet> <portlet-name>JetspeedToolbox</portlet-name> <js:security-constraint-ref>AEUV</js:security-constraint-ref> </portlet>