BLOBFileValue.read(byte[] b, long pos) ignores return value of InputStream.skip
-------------------------------------------------------------------------------
Key: JCR-2307
URL: https://issues.apache.org/jira/browse/JCR-2307
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Priority: Minor
InputStream.skip(long n) returns a long, which may be different from the
parameter n (possibly lower).
Currently in BLOBFileValue.read(byte[] b, long pos) the return value is ignored.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.