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=27612>. 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=27612 [IO] FilenameUtils.catPath cannot handle "\" Summary: [IO] FilenameUtils.catPath cannot handle "\" Product: Commons Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Sandbox AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, (sorry to assign it to the wrong component, but I cannot choose for IO) when I try to concat 2 paths with "\" as path separator instead of "/", an exception is thrown. I'll upload a patch for this as well as a junit test. e.g.: FilenameUtils.catPath("C:\\temp\\", "test") throws an exception ... Maarten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
