getOutputStream method of the org.apache.jackrabbit.core.fs.mem.MemoryFileSystem question

2008-02-23 Thread Denis Linine
se. Might be some check whether the path passed really points to a file should be added. Best regards Denis Linine

Re: getOutputStream method of the org.apache.jackrabbit.core.fs.mem.MemoryFileSystem question

2008-03-02 Thread Denis Linine
ure whether this is really the case. Best regards Denis Linine -- View this message in context: http://www.nabble.com/getOutputStream-method-of-the-org.apache.jackrabbit.core.fs.mem.MemoryFileSystem-question-tp15653797p15798179.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Re: getOutputStream method of MemoryFileSystem question

2008-03-04 Thread Denis Linine
Hi Stefan, I created a related JIRA issue, thank you for tacking time for checking my suppositions. Best regards Denis Linine Stefan Guggisberg wrote: I suppose there is a similar problem with the move method of the same class: when looking in the code it seems that in can accept

[jira] Created: (JCR-1444) The getOutputStream of the MemoryFileSystem class can replace a folder with a newly created file

2008-03-02 Thread Denis Linine (JIRA)
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

[jira] Created: (JCR-1450) move method of the MemoryFileSystem may accept invalid destination path resulting in invalid entries in FS

2008-03-04 Thread Denis Linine (JIRA)
/jira/browse/JCR-1450 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-core Reporter: Denis Linine Priority: Trivial It seems there can be a problem with the move method of the MemoryFileSystem class: when looking at its code it looks