DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21598>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21598 FileContentStore.retrieveRevisionContent() shouldn't lock the file that causes file not being deleted in removeRevisionContent() Summary: FileContentStore.retrieveRevisionContent() shouldn't lock the file that causes file not being deleted in removeRevisionContent() Product: Slide Version: 1.0.16 Stable Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Stores AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In FileContentStore.retrieveRevisionContent(), a FileInputStream is open that causes the file to be locked. This input stream is then set in NodeRevisionContent that is returned to ContentHelper's caller. If the caller does not read and close the input stream and the caller tries to remove this object node, the physical file will not be deleted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
