[Mono-bugs] [Bug 58477][Nor] Changed - MONO Beta 1 bug with RegEx matching.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 00:21:57 -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 davidandrewtaylor@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58477
--- shadow/58477 2004-05-26 23:35:31.000000000 -0400
+++ shadow/58477.tmp.22713 2004-05-27 00:21:57.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58477
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: RESOLVED
-Resolution: INCOMPLETE
+Status: REOPENED
+Resolution:
Severity: 002 Two hours
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,15 @@
This bug is almost unuseful. Next time, please, if you already have a
real test case, attach it.
While trying to create a test case for this I found some bug that may
(or not) be related to what you say. I'm filing a separate bug report
for it and closing this.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-05-27 00:21 -------
+I have attached a aspx test case. Load the page and click the
+button. On MS.NET both regular expressions will correctly validate;
+then try on MONO Beta 1. Note that on MONO the first one does NOT
+validate and the second one does - even though they are the same
+thing! This is clearly a bug in MONO beta 1.
+
+Thanks.