[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Thu Jan 10 02:11:15 EST 2008


  User: sbryzak2
  Date: 08/01/10 02:11:15

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  added permission checks/security rules for identity management, fixed password hashes
  
  Revision  Changes    Path
  1.35      +1 -1      jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- pages.xml	9 Jan 2008 10:05:22 -0000	1.34
  +++ pages.xml	10 Jan 2008 07:11:15 -0000	1.35
  @@ -61,7 +61,7 @@
       </page>
       
       <page view-id="/usermanager.xhtml" action="#{userSearch.loadUsers}">
  -      <restrict>#{s:hasRole('admin')}</restrict>    
  +      <restrict>#{s:hasPermission('seam.account', 'read', null)}</restrict>    
         
         <navigation from-action="#{userAction.createUser}">
           <redirect view-id="/userdetail.xhtml"/>
  
  
  



More information about the jboss-cvs-commits mailing list