[
https://issues.apache.org/jira/browse/JCR-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Mueller updated JCR-2307:
--------------------------------
Fix Version/s: 2.0.0
> 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
> Fix For: 2.0.0
>
>
> 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.