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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jul 25 02:56:16 EDT 2006


  User: sbryzak2
  Date: 06/07/25 02:56:16

  Added:       examples/security/view/protected  protected.xhtml
  Log:
  Added simple test app to debug security framework.. this will probably be expanded into numerous examples, one for each of the popular authentication methods
  
  Revision  Changes    Path
  1.1      date: 2006/07/25 06:56:16;  author: sbryzak2;  state: Exp;jboss-seam/examples/security/view/protected/protected.xhtml
  
  Index: protected.xhtml
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml"
  	  xmlns:ui="http://java.sun.com/jsf/facelets"
  	  xmlns:h="http://java.sun.com/jsf/html">
  
  <head>
  	<title>Seam Security</title>
  </head>
  
  <body>
    Protected page
  
  </body>
  </html>
  
  
  
  



More information about the jboss-cvs-commits mailing list