зеркало из https://github.com/mono/mail-archives.git
101 строка
4.0 KiB
HTML
101 строка
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 58477][Nor] Changed - MONO Beta 2 bug with RegEx matching.
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016558.html">
|
|
<LINK REL="Next" HREF="016560.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 58477][Nor] Changed - MONO Beta 2 bug with RegEx matching.
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 58477][Nor] Changed - MONO Beta 2 bug with RegEx matching.">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Tue, 1 Jun 2004 09:42:37 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016558.html">[Mono-bugs] [Bug 59392][Nor] Changed - String.Concat (....) bug
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016560.html">[Mono-bugs] [Bug 59391][Wis] Changed - Missing support for __arglist keyword
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16559">[ date ]</a>
|
|
<a href="thread.html#16559">[ thread ]</a>
|
|
<a href="subject.html#16559">[ subject ]</a>
|
|
<a href="author.html#16559">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:davidandrewtaylor@hotmail.com.">davidandrewtaylor@hotmail.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=58477">http://bugzilla.ximian.com/show_bug.cgi?id=58477</A>
|
|
|
|
--- 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: <A HREF="mailto:gonzalo@ximian.com">gonzalo@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:davidandrewtaylor@hotmail.com">davidandrewtaylor@hotmail.com</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
TargetMilestone: ---
|
|
URL:
|
|
Cc: <A HREF="mailto:beauche@softhome.net">beauche@softhome.net</A><A HREF="mailto:,lupus@ximian.com">,lupus@ximian.com</A>
|
|
-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 <A HREF="mailto:gonzalo@ximian.com">gonzalo@ximian.com</A> 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 <A HREF="mailto:davidandrewtaylor@hotmail.com">davidandrewtaylor@hotmail.com</A> 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).
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016558.html">[Mono-bugs] [Bug 59392][Nor] Changed - String.Concat (....) bug
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016560.html">[Mono-bugs] [Bug 59391][Wis] Changed - Missing support for __arglist keyword
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16559">[ date ]</a>
|
|
<a href="thread.html#16559">[ thread ]</a>
|
|
<a href="subject.html#16559">[ subject ]</a>
|
|
<a href="author.html#16559">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|