juergen     01/09/14 10:48:24

  Modified:    src/webdav/client/src/org/apache/commons/httpclient
                        HttpClient.java
  Log:
  sorry, forgot to save the comments.
  
  Revision  Changes    Path
  1.5       +7 -6      
jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/HttpClient.java
  
  Index: HttpClient.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/HttpClient.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HttpClient.java   2001/09/14 17:44:44     1.4
  +++ HttpClient.java   2001/09/14 17:48:24     1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/HttpClient.java,v
 1.4 2001/09/14 17:44:44 juergen Exp $
  - * $Revision: 1.4 $
  - * $Date: 2001/09/14 17:44:44 $
  + * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/commons/httpclient/HttpClient.java,v
 1.5 2001/09/14 17:48:24 juergen Exp $
  + * $Revision: 1.5 $
  + * $Date: 2001/09/14 17:48:24 $
    *
    * ====================================================================
    *
  @@ -522,9 +522,9 @@
                       // Parse headers
                       responseHeaders = parseHeaders(input);
                       
  -                    if (method.getStatusCode() == 500) {
  -                        while (input.available() > 0) System.out.println("### " + 
readLine(input));
  -                    }
  +//                    if (method.getStatusCode() == 500) {
  +//                        while (input.available() > 0) System.out.println("### " + 
readLine(input));
  +//                    }
                       
   
                   }
  @@ -1246,3 +1246,4 @@
   
   
   }
  +
  
  
  

Reply via email to