QValueFactoryImpl$BinaryQValue must not return 'this' on getBinary
------------------------------------------------------------------
Key: JCR-2248
URL: https://issues.apache.org/jira/browse/JCR-2248
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-spi-commons
Reporter: Marcel Reutegger
Priority: Minor
This is basically the same as JCR-2238, but for the spi-commons module.
BinaryQValue returns 'this' on getBinary(), which will lead to a file not found
exception because Binary.dispose() will delete the the underlying temp file.
The issue is partially hidden by the presence of a bug in BinaryQValue.read():
the RandomAccessFile is not closed after reading, which might prevent deleting
of the temp file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.