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