olegk 2003/02/06 08:08:05
Modified: httpclient/src/java/org/apache/commons/httpclient/methods
EntityEnclosingMethod.java
Log:
- Bogus warning in EntityEnclosingMethod removed
Contributed by Oleg Kalnichevski
Revision Changes Path
1.7 +4 -6 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EntityEnclosingMethod.java 6 Feb 2003 15:51:57 -0000 1.6
+++ EntityEnclosingMethod.java 6 Feb 2003 16:08:05 -0000 1.7
@@ -372,8 +372,6 @@
else {
if (headerPresent) {
removeRequestHeader("Expect");
- } else {
- LOG.warn("100-continue not allowed for HTTP/1.0");
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|