On Fri, Feb 12, 2010 at 10:46 AM, Dahl, Sandra <[email protected]>wrote:

> I'm working with Jetspeed 2.2.1-SNAPSHOT code. I deployed my custom portal
> to use min-pages. When the browser is opened, 'Access Denied' is displayed
> in place of the breadcrumb menu. I traced the code through and see that
> access is denied because of a security constraint on admin view which throws
> PortletAccessDeniedException. What I don't see is where this constraint is
> defined for the breadcrumbs menu in min-pages.
>
> Also, I see the breadcrumbs menu is coming from jetui.jsp. How do I
> override this so no breadcrumb menu is displayed on the page?
>
> You are little ahead of me :-), I haven't had a chance to test out the min
deployment recently. Just checked in a fix to the security problem by adding
this constraint to the j2-admin's jetspeed-portlet.xml deployment
descriptor:

<portlet>
<portlet-name>BreadcrumbMenu</portlet-name>
        <js:security-constraint-ref>public-view</js:security-constraint-ref>

</portlet>

Reply via email to