Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.2
-
Component/s: None
-
Labels:None
Description
In ApacheHttpResponse response.bodyBytes is used to build the ByteArrayInputStream while it is nullable, leading in some cases to a NullPointerException. We should build the stream from an empty array in this case