You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2019. It is now read-only.
The Java API makes use of the MultipartEntity class and FileBody class--however, in the newer versions of the http API, these classes are deprecated. While they still compile and seem to work, they really don't--like the FileBody(File, String) constructor creates a FileBody with null components. It would be good to update this class to make use of MultipartEntityBuilder and HttpEntity so that it works correctly with 4.3 and up.