Bart De Neuter created HTTPCLIENT-1807:
------------------------------------------
Summary: 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.2
Reporter: Bart De Neuter
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: [email protected]
For additional commands, e-mail: [email protected]