Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 61766 invoked from network); 15 Jul 2003 04:03:37 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Jul 2003 04:03:37 -0000 Received: (qmail 17171 invoked by uid 50); 15 Jul 2003 04:06:15 -0000 Date: 15 Jul 2003 04:06:15 -0000 Message-ID: <20030715040615.17170.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 19868] - Exception handling in HttpClient requires redesign X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19868 Exception handling in HttpClient requires redesign ------- Additional Comments From laura@lwerner.org 2003-07-15 04:06 ------- I just noticed that my patch mangled some comments in HeadMethod.java. They had a long of row non-ASCII characters (a bullet, I think), which got messed up because I had Eclipse set to Cp1252 instead of Latin-1. Here's a patch....