The visibility behavior has changed for nested nodes from EPP 5.1 to 5.2.

Solution Unverified - Updated -

Issue

If I define nested nodes in navigation.xml file, for example:

    <node>
      <uri>parentNode</uri>
      <name>parentNode</name>
      <label>parentNode</label>
         <node>
           <uri>parentNode/childNode</uri>              
           <name>childNode</name>
           <label>childNode</label>
           <visibility>DISPLAYED</visibility>
           <page-reference>portal::classic::childnode</page-reference>
         </node>
    </node>

in pages.xml:

    <page>
      <name>childnode</name>
      <title></title>
      <access-permissions>*:/somegroup</access-permissions>
      ...
    </page>

If I log into the portal with the user who doesn't belong to the group "somegroup", in EPP 5.1 the parent node doesn't not show up but in EPP 5.2 the parent node shows up.

Environment

  • JBoss Enterprise Portal Platform (EPP)
    • 5.1
    • 5.2

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content