DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29007>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29007 [vfs] patch for extension and FileReplicator problems Summary: [vfs] patch for extension and FileReplicator problems Product: Commons Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Sandbox AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] * if file.startWith(.) getExtension ="" The extension is for the files which have a name. e.g. .bashrc c:\windows\.java c:\windows\.javaws c:\windows\.jedit c:\windows\.appletviewer * FileReplicator should not use *.tmp but tmp_* When the FileReplicator creates a temporary file the pattern should be tmp_name and not name.tmp as the file created is then used with an application that uses the extension of the file (such as a TextEditor that colorize the content of a file according to its extension) * Also FileReplicator should use java.io.File.deleteOnExit() method for the files for tmp files. e.g. When I used the FileReplicator I ended with more than 100 files in the directory. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
