[Mono-bugs] [Bug 40557][Min] Changed - square brackets and braces cause Directory.cs methods to act incorrectly
bugzilla-daemon@indri.ximian.com
bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 18:17:31 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by drteeth@monkeyhouse.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=40557
--- shadow/40557 2003-08-04 18:04:22.000000000 -0400
+++ shadow/40557.tmp.423 2003-08-11 18:17:31.000000000 -0400
@@ -63,6 +63,11 @@
mono/mono/io-layer/io.c uses the glob(7) function to parse the
pattern. glob accepts three wild cards *, ?, and brackets (character
classes). It's unclear what the desired functionality of pattern
matching should be. If it is to correspond to Win32 pattern matching,
then all brackets should be escaped. Otherwise, the behavior is
correct, and it's up to the user to do her own escaping.
+
+------- Additional Comments From drteeth@monkeyhouse.ca 2003-08-11 18:17 -------
+Created an attachment (id=5098)
+source for the test case
+