You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ar...@locus.apache.org on 2000/01/26 02:56:00 UTC

cvs commit: jakarta-tools/moo/src/share/org/apache/tools/moo/cookie CookieManager.java

arun        00/01/25 17:56:00

  Modified:    moo/src/share/org/apache/tools/moo/cookie CookieManager.java
  Log:
  Some Watchdog tests started failing because the cookie file doesn't exist.
  Watchdog cookie tests will likely not require cookie persistence across runs.
  Will revisit this later.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tools/moo/src/share/org/apache/tools/moo/cookie/CookieManager.java
  
  Index: CookieManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tools/moo/src/share/org/apache/tools/moo/cookie/CookieManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CookieManager.java	2000/01/26 00:10:04	1.1
  +++ CookieManager.java	2000/01/26 01:55:59	1.2
  @@ -72,7 +72,7 @@
    * pass cookies along with a request.
    *
    * @author  <a href="mailto:sdowd@arcmail.com">Sean Dowd</a>
  - * @version $Revision: 1.1 $ $Date: 2000/01/26 00:10:04 $
  + * @version $Revision: 1.2 $ $Date: 2000/01/26 01:55:59 $
    */
   public class CookieManager implements Cloneable {
   
  @@ -109,7 +109,7 @@
           reader.close();
   
           } catch (IOException ioe) {
  -            ioe.printStackTrace(System.out);
  +            //ioe.printStackTrace(System.out);
           }
   
       }