[
https://issues.apache.org/jira/browse/JCR-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664546#action_12664546
]
James Abley commented on JCR-1934:
----------------------------------
And another commons IO suggestion - FileCleaner[1]
[1]
http://commons.apache.org/io/api-release/org/apache/commons/io/FileCleaner.html
> DbDataStore: delete temporary files using finalize()
> ----------------------------------------------------
>
> Key: JCR-1934
> URL: https://issues.apache.org/jira/browse/JCR-1934
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
>
> Currently, reading from the DbDataStore creates a temporary file by default.
> If the application doesn't fully read or close the input stream, the file is
> not deleted. The best solution is to use finally { in.close() } in the
> application, but this is easily forgotten.
> I suggest to delete the temp file using finalize(). There is a small
> performance penalty when creating the temporary object, but compared to I/O
> it is very small. Note that FileInputStream and FileOutputStream also use
> finalize().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.