Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.5.3
-
None
Description
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
Attachments
Attachments
Issue Links
- duplicates
-
HTTPCLIENT-1746 URLEncodedUtils.parse(String, CharSet) in 4.4 causes an NPE on null input and is not backward compatible
- Resolved