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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Jul 31 22:07:06 EDT 2006


  User: sbryzak2
  Date: 06/07/31 22:07:06

  Modified:    examples/security/resources/WEB-INF  faces-config.xml
  Log:
  Simple hard-coded authentication using JBoss login module now works.
  TO DO: authenticate against db
  
  Revision  Changes    Path
  1.3       +5 -0      jboss-seam/examples/security/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- faces-config.xml	26 Jul 2006 06:03:14 -0000	1.2
  +++ faces-config.xml	1 Aug 2006 02:07:06 -0000	1.3
  @@ -18,6 +18,11 @@
               <redirect />
           </navigation-case>        
           
  +        <navigation-case>
  +          <from-outcome>protected</from-outcome>
  +          <to-view-id>/protected.xhtml</to-view-id>
  +        </navigation-case>
  +        
       </navigation-rule>
   
       <application>
  
  
  



More information about the jboss-cvs-commits mailing list