Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.19.3
-
Windows 10, Eclipse Oxygen IDE with Java J2SE
-
Patch Available
-
Novice
-
Patch
Description
In the class DefaultCompositeApiClient.java the method
<T> Optional<T> tryToReadResponse(final Class<T> expectedType, final InputStream responseStream)
cannot handle a null InputStream.