CachingOutputStream does not cache all contents.
------------------------------------------------
Key: COCOON-2192
URL: https://issues.apache.org/jira/browse/COCOON-2192
Project: Cocoon
Issue Type: Bug
Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
Reporter: Steven Dolg
The method "public void write(byte b[], int off, int len)" does not cache all
relevant bytes to the internal buffer.
The method actually copies all "len" bytes to its internal buffer, but
increments the byte counter only by "len - off".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.