Tomasz Kalkosiński created HTTPCLIENT-1494:
----------------------------------------------
Summary: StringBody constructor throws NPE if text is null
Key: HTTPCLIENT-1494
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1494
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpMime
Affects Versions: 4.3.3, 4.3.1
Reporter: Tomasz Kalkosiński
{code}
public StringBody(final String text, final ContentType contentType)
{code}
This constructor throws NPE on text.getBytes(Charset) if passed text is null.
Also, this constructor lacks javadoc.
I think that is should handle null text gracefully, or throw
IllegalArgumentException like it's documented on other constructors in case of
null text.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]