-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF08, 5.9.3
-
Component/s: Web Common
The download servlet currently does not take into account input streams from crypted binary store.
So while reading these streams, we may read an amout of bytes that differs from the size of the buffer we read. And as a consequence, the output stream may not have a correct size, which will lead to a trunked response.