Index: PostMethod.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java,v retrieving revision 1.48 diff -u -r1.48 PostMethod.java --- PostMethod.java 9 Aug 2003 19:37:58 -0000 1.48 +++ PostMethod.java 7 Sep 2003 18:42:24 -0000 @@ -371,7 +371,7 @@ throw new IllegalArgumentException( "Argument passed to removeParameter(String) cannot be null"); } - boolean removed = true; + boolean removed = false; Iterator iter = this.params.iterator(); while (iter.hasNext()) {