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

Gavin King gavin.king at jboss.com
Thu Feb 8 01:35:13 EST 2007


  User: gavin   
  Date: 07/02/08 01:35:13

  Modified:    src/main/org/jboss/seam/servlet  CaptchaServlet.java
  Log:
  move to the new package
  
  Revision  Changes    Path
  1.3       +1 -2      jboss-seam/src/main/org/jboss/seam/servlet/CaptchaServlet.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CaptchaServlet.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/servlet/CaptchaServlet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CaptchaServlet.java	2 Feb 2007 16:39:53 -0000	1.2
  +++ CaptchaServlet.java	8 Feb 2007 06:35:13 -0000	1.3
  @@ -12,8 +12,8 @@
   import javax.servlet.http.HttpServletRequest;
   import javax.servlet.http.HttpServletResponse;
   
  +import org.jboss.seam.captcha.CaptchaService;
   import org.jboss.seam.contexts.Lifecycle;
  -import org.jboss.seam.security.CaptchaService;
   
   import com.octo.captcha.service.CaptchaServiceException;
   
  @@ -45,7 +45,6 @@
         {
            Lifecycle.beginRequest(context, request.getSession(), request);
            
  -         // TODO - The captchaId should come from conversation scope
            String captchaId = request.getQueryString();
            
            BufferedImage challenge = CaptchaService.instance().getService().
  
  
  



More information about the jboss-cvs-commits mailing list