You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2009/09/16 17:33:57 UTC

[jira] Updated: (JCR-2307) BLOBFileValue.read(byte[] b, long pos) ignores return value of InputStream.skip

     [ 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.