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 4CC337D0F for ; Tue, 6 Sep 2011 19:15:35 +0000 (UTC) Received: (qmail 91383 invoked by uid 500); 6 Sep 2011 19:15:35 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 91138 invoked by uid 500); 6 Sep 2011 19:15:34 -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 91037 invoked by uid 99); 6 Sep 2011 19:15:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2011 19:15:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Tue, 06 Sep 2011 19:15:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1BD6C83F58 for ; Tue, 6 Sep 2011 19:15:10 +0000 (UTC) Date: Tue, 6 Sep 2011 19:15:10 +0000 (UTC) From: "William R. Speirs (JIRA)" To: dev@hc.apache.org Message-ID: <1957315833.21813.1315336510110.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <171829717.21811.1315336510054.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HTTPCORE-275) No Null Check for Target in BasicAsyncRequestProducer Constructor 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-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William R. Speirs updated HTTPCORE-275: --------------------------------------- Attachment: BasicAsyncRequestProducer.diff > No Null Check for Target in BasicAsyncRequestProducer Constructor > ----------------------------------------------------------------- > > Key: HTTPCORE-275 > URL: https://issues.apache.org/jira/browse/HTTPCORE-275 > Project: HttpComponents HttpCore > Issue Type: Bug > Components: HttpCore NIO > Affects Versions: 4.2-alpha1 > Reporter: William R. Speirs > Attachments: BasicAsyncRequestProducer.diff > > > BasicAsyncRequestProducer has two constructors. One of them checks to ensure that target is not null, the other does not. > Attached is a fix for this class and a unit test. -- 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