The getOutputStream of the MemoryFileSystem class can replace a folder with a
newly created file
------------------------------------------------------------------------------------------------
Key: JCR-1444
URL: https://issues.apache.org/jira/browse/JCR-1444
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-core
Reporter: Denis Linine
Priority: Trivial
It seems that if the filePath parameter passed to the getOutputStream method of
the MemoryFileSystem class points to an existing folder and not to a file -
the folder will be replaced with a newly created file.
The function should probably check whether the passed path points to a file and
throw an exception if it points to a folder.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.