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/04/28 12:32:30 UTC

[jira] Updated: (JCR-2083) BLOB Store: only open a stream when really necessary

     [ https://issues.apache.org/jira/browse/JCR-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller updated JCR-2083:
--------------------------------

    Description: 
Currently, PropertyImpl.getValue() opens a FileInputStream if the BLOBStore is used.
If the application doesn't use the value, this stream is never closed. 

See also JCR-2067 (FileDataStore)

  was:
Currently, PropertyImpl.getValue() opens a FileInputStream if the FileDataStore is used.
If the application doesn't use the value, this stream is never closed. 

See also JCR-2067 (FileDataStore)


> BLOB Store: only open a stream when really necessary
> ----------------------------------------------------
>
>                 Key: JCR-2083
>                 URL: https://issues.apache.org/jira/browse/JCR-2083
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Priority: Minor
>
> Currently, PropertyImpl.getValue() opens a FileInputStream if the BLOBStore is used.
> If the application doesn't use the value, this stream is never closed. 
> See also JCR-2067 (FileDataStore)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.