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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  2005-10-15 12:21 -------
 *** Bug 76443 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From [EMAIL PROTECTED]  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.
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to