olegk       2003/02/01 16:00:23

  Modified:    httpclient/src/java/org/apache/commons/httpclient/methods
                        EntityEnclosingMethod.java
  Log:
  Warning in EntityEnclosingMethod class about the use of redirection proved excessive
  
  Submitted by Oleg Kalnichevski
  
  Revision  Changes    Path
  1.4       +3 -4      
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/EntityEnclosingMethod.java
  
  Index: EntityEnclosingMethod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/EntityEnclosingMethod.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EntityEnclosingMethod.java        1 Feb 2003 14:11:24 -0000       1.3
  +++ EntityEnclosingMethod.java        2 Feb 2003 00:00:23 -0000       1.4
  @@ -203,7 +203,6 @@
               // Enable exception once the inheritence is fixed
               //throw new IllegalArgumentException(
               //  "Entity enclosing requests cannot be redirected without user 
intervention");
  -            LOG.warn("Entity enclosing methods may not redirect requests");
           }
           super.setFollowRedirects(false);
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to