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=22894>. 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=22894 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2005-02-11 22:27 ------- Good catch, I hadn't thought about UNC's. I've refined the implementation of OptionConverter.stripDuplicateBackslashes so that it should properly distinguish handle quad-backslashes and distinguish between double backslashes intended to be doubles and those intended to be single. If the path contains any single slashes (actually any odd number of slashes), it is returned unchanged, otherwise all double slashes are reduced to single slashes (quads are reduced to doubles). Reopen it if I still missed something. Check the OptionSubstitutionTest.testStripDuplicateBackslashes for the scenarios I tried to cover. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
