-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently, a response filter that chooses to read the response context's getEntityStream is returning the inputStream.
This is fine if the stream has not been read already. But if it ends up being buffered, either internally or via bufferEntity(), the input stream is exhausted.
Returning the entity stream from the response fixes this issue.