[Mono-bugs] [Bug 76073][Wis] Changed - some path doesn't match
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 15 12:29:35 EDT 2005
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=76073
--- shadow/76073 2005-10-15 12:21:53.000000000 -0400
+++ shadow/76073.tmp.3650 2005-10-15 12:29:35.000000000 -0400
@@ -45,6 +45,25 @@
cyrille.
------- Additional Comments From robertj at gmx.net 2005-10-15 12:21 -------
*** Bug 76443 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From robertj at gmx.net 2005-10-15 12:29 -------
+Just commenting out the code won't be appropiate,
+because the RegExp doesn't match at the end
+of the string:
+
+Supossing you attach a handler to this path:
+
+ "foo/*.ext"
+
+and the current uri is
+
+ "dir/dir/foo/bar.ext/more/stuff"
+
+The RegExp would incorrectly match.
+
+A "$" at the end of the RegExp should do the job,
+but w/out a unit test, I won't change the code.
+
More information about the mono-bugs
mailing list