Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8ABAF200C08 for ; Thu, 26 Jan 2017 14:22:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 896A8160B4C; Thu, 26 Jan 2017 13:22:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D4C49160B40 for ; Thu, 26 Jan 2017 14:22:34 +0100 (CET) Received: (qmail 17606 invoked by uid 500); 26 Jan 2017 13:22:28 -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 17584 invoked by uid 99); 26 Jan 2017 13:22:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2017 13:22:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 95A0D1A080A for ; Thu, 26 Jan 2017 13:22:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RZHyn62bk2Ws for ; Thu, 26 Jan 2017 13:22:26 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4184F5F472 for ; Thu, 26 Jan 2017 13:22:26 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DFE7DE02A9 for ; Thu, 26 Jan 2017 13:22:24 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 659C12528A for ; Thu, 26 Jan 2017 13:22:24 +0000 (UTC) Date: Thu, 26 Jan 2017 13:22:24 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HTTPCLIENT-1807) NullPointerException in URLEncodedUtils.parse(String, Charset) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 26 Jan 2017 13:22:35 -0000 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1807: ------------------------------------------ Affects Version/s: (was: 4.5.2) 4.5.3 Priority: Minor (was: Major) Fix Version/s: 5.0 Alpha2 4.5.4 > NullPointerException in URLEncodedUtils.parse(String, Charset) > -------------------------------------------------------------- > > Key: HTTPCLIENT-1807 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1807 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient (classic) > Affects Versions: 4.5.3 > Reporter: Bart De Neuter > Priority: Minor > Fix For: 4.5.4, 5.0 Alpha2 > > > Hi, > When the String argument s that is passed to the method URLEncodedUtils.parse(String, Charset) is null, this method throws a NullPointerException. > It seems to need a null check like in the method URLEncodedUtils.parse(String, Charset, char...). > Kind regards, > Bart -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org