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:31:57 UTC

[jira] Resolved: (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 resolved JCR-2307.
---------------------------------

    Resolution: Fixed

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