[jboss-cvs] jboss-seam/src/main/org/jboss/seam/captcha ...

Gavin King gavin.king at jboss.com
Sun Jun 10 15:25:58 EDT 2007


  User: gavin   
  Date: 07/06/10 15:25:58

  Modified:    src/main/org/jboss/seam/captcha  CaptchaImage.java
  Log:
  major refactor of contexts impl
  JBSEAM-953
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/src/main/org/jboss/seam/captcha/CaptchaImage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CaptchaImage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/captcha/CaptchaImage.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- CaptchaImage.java	9 Mar 2007 07:05:11 -0000	1.7
  +++ CaptchaImage.java	10 Jun 2007 19:25:58 -0000	1.8
  @@ -82,7 +82,7 @@
   
         try
         {
  -         Lifecycle.beginRequest( getServletContext(), request.getSession(), request );         
  +         Lifecycle.beginRequest( getServletContext(), request );         
            
            String captchaId = request.getQueryString();
   
  
  
  



More information about the jboss-cvs-commits mailing list