[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Mon May 21 21:11:51 EDT 2007


  User: sbryzak2
  Date: 07/05/21 21:11:51

  Modified:    doc/reference/en/modules  security.xml
  Log:
  typo
  
  Revision  Changes    Path
  1.58      +1 -1      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -b -r1.57 -r1.58
  --- security.xml	22 May 2007 01:09:13 -0000	1.57
  +++ security.xml	22 May 2007 01:11:51 -0000	1.58
  @@ -698,7 +698,7 @@
           Page security requires that the application is using a <literal>pages.xml</literal> file, however is
           extremely simple to configure.  Simply include a <literal>&lt;restrict/&gt;</literal> element within
           the <literal>page</literal> elements that you wish to secure.  If no explicit restriction is specified 
  -        the by the<literal>restrict</literal> element, an implied permission of <literal>/viewId.xhtml:render</literal> 
  +        by the <literal>restrict</literal> element, an implied permission of <literal>/viewId.xhtml:render</literal> 
           will be checked when the page is accessed via a non-faces (GET) request, and a permission of 
           <literal>/viewId.xhtml:restore</literal> will be required when any JSF postback (form submission) originates
           from the page.  Otherwise, the specified restriction will be evaluated as a standard security expression. 
  
  
  



More information about the jboss-cvs-commits mailing list