Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6851B6A3B for ; Sat, 11 Jun 2011 11:24:23 +0000 (UTC) Received: (qmail 65760 invoked by uid 500); 11 Jun 2011 11:24:21 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 65717 invoked by uid 500); 11 Jun 2011 11:24:21 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 65709 invoked by uid 99); 11 Jun 2011 11:24:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 11:24:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 11:24:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CAF2B10F9DF for ; Sat, 11 Jun 2011 11:23:58 +0000 (UTC) Date: Sat, 11 Jun 2011 11:23:58 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: <1370442676.13670.1307791438828.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <762851988.13257.1307771518808.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HTTPCORE-259) inaccurate exception message at org.apache.http.protocol.ResponseContent.java line 60 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-259. ---------------------------------------- Resolution: Fixed Fix Version/s: 4.1.2 Fixed in SVN trunk and 4.1.x branch. Oleg > inaccurate exception message at org.apache.http.protocol.ResponseContent.java line 60 > -------------------------------------------------------------------------------------- > > Key: HTTPCORE-259 > URL: https://issues.apache.org/jira/browse/HTTPCORE-259 > Project: HttpComponents HttpCore > Issue Type: Bug > Components: HttpCore > Affects Versions: 4.1 > Reporter: Allen > Priority: Minor > Fix For: 4.1.2 > > > /* */ public class ResponseContent > /* */ implements HttpResponseInterceptor > /* */ { > /* */ public void process(HttpResponse response, HttpContext context) > /* */ throws HttpException, IOException > /* */ { > /* 59 */ if (response == null) { > /* 60 */ throw new IllegalArgumentException("HTTP request may not be null"); // "request" should be "response" > /* */ } -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org