[jboss-cvs] jboss-seam/examples/security/view ...

Shane Bryzak Shane_Bryzak at symantec.com
Fri Aug 4 22:00:55 EDT 2006


  User: sbryzak2
  Date: 06/08/04 22:00:55

  Modified:    examples/security/view   protected.xhtml welcome.xhtml
  Log:
  Removed servlet filter, updated to work with security changes
  
  Revision  Changes    Path
  1.2       +3 -1      jboss-seam/examples/security/view/protected.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: protected.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/view/protected.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- protected.xhtml	1 Aug 2006 02:07:06 -0000	1.1
  +++ protected.xhtml	5 Aug 2006 02:00:55 -0000	1.2
  @@ -10,7 +10,9 @@
   <body>
     <h1>Successfully invoked protected action</h1>
   
  -
  +  <h:form>
  +    <h:commandButton action="#{login.logout}" value="Logout" class="button" />      
  +  </h:form>
   </body>
   </html>
   
  
  
  
  1.3       +1 -0      jboss-seam/examples/security/view/welcome.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: welcome.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/view/welcome.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- welcome.xhtml	1 Aug 2006 02:07:06 -0000	1.2
  +++ welcome.xhtml	5 Aug 2006 02:00:55 -0000	1.3
  @@ -12,6 +12,7 @@
   
     <h:form>
       <h:commandButton action="#{protectedAction.foo}" value="Protected action" class="button"/>
  +    <h:commandButton action="#{login.logout}" value="Logout" class="button" />      
       
     </h:form>
   
  
  
  



More information about the jboss-cvs-commits mailing list