Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
4.1.3
-
None
Description
StringBody.java:
public static StringBody create( final String text, final Charset charset) throws IllegalArgumentException; public static StringBody create( final String text) throws IllegalArgumentException;
Both create methods are useless, because the MIME-Types defaults to null which AbstractContentBody does not allow.