2 Replies Latest reply on Feb 26, 2008 2:04 PM by pmuir

    More specific page declarations should take precedence

    yuriy_zubarev

      Hello,


      An excerpt from pages.xml:



        <page view-id="/*" login-required="true"/>
        
        <page view-id="/blah.xhtml" login-required="false">
          <param name="foo" value="#{fooHome.foo}" />
        </page>
      


       
      Right now Seam doesn't allow access for blah.seam if a user is not authenticated. I think this is erroneous behavior on Seam part.


      Thank you,
      Yuriy