[Mono-bugs] [Bug 58477][Nor] Changed - MONO Beta 2 bug with RegEx matching.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Jun 2004 09:42:37 -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-27 00:52:57.000000000 -0400
+++ shadow/58477.tmp.26128 2004-06-01 09:42:37.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 58477
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+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
TargetMilestone: ---
URL:
Cc: beauche@softhome.net,lupus@ximian.com
-Summary: MONO Beta 1 bug with RegEx matching.
+Summary: MONO Beta 2 bug with RegEx matching.
Description of Problem:
Many ASP.NET apps use the RegularExpressionValidator to ensure string
values are within defined length using this kind of RegEX:
[\w\W]{8,32}
However it is always failing in MONO (will not match any strings) even
@@ -65,6 +65,10 @@
------- Additional Comments From gonzalo@ximian.com 2004-05-27 00:52 -------
It doesn't display anything in red when I click. Probaly because I
just fixed bug #59150 which might be related.
Thanks!
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-06-01 09:42 -------
+I have retested this bug with MONO Beta 2 and it has not been fixed
+(try the attached test case).