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

Gavin King gavin.king at jboss.com
Wed Nov 7 23:22:36 EST 2007


  User: gavin   
  Date: 07/11/07 23:22:36

  Modified:    doc/reference/en/modules  security.xml
  Log:
  fix
  
  Revision  Changes    Path
  1.82      +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.81
  retrieving revision 1.82
  diff -u -b -r1.81 -r1.82
  --- security.xml	8 Nov 2007 03:27:09 -0000	1.81
  +++ security.xml	8 Nov 2007 04:22:36 -0000	1.82
  @@ -1287,7 +1287,7 @@
           The engine used to generate the captcha image may be customized in <literal>components.xml</literal>:
         </para>
   
  -      <programlisting><![CDATA[<captcha:captcha-image" engine-name="com.octo.captcha.engine.image.gimpy.BasicListGimpyEngine"/>]]></programlisting>
  +      <programlisting><![CDATA[<captcha:captcha-image" engine-name="com.octo.captcha.engine.image.gimpy.SimpleListImageCaptchaEngine"/>]]></programlisting>
         
         <para>
           Alternatively, a customized <literal>ImageCaptchaService</literal> instance may be created programmatically:
  
  
  



More information about the jboss-cvs-commits mailing list