[Mono-bugs] [Bug 357547] The 1.1 profile of ASP.NET crashes when parsing aspx pages
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 31 05:40:23 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=357547
User jbevain at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=357547#c1
--- Comment #1 from Jb Evain <jbevain at novell.com> 2008-01-31 03:40:23 MST ---
Patch:
--
Index: System.Web.Compilation/AspGenerator.cs
===================================================================
--- System.Web.Compilation/AspGenerator.cs (revision 94395)
+++ System.Web.Compilation/AspGenerator.cs (working copy)
-259,7 +259,7 @@
public void Parse (string file)
{
-#if NET_1_1_ONLY
+#if ONLY_1_1
InitParser (file);
#endif
--
I'll check in and backport this patch as soon as Hubert confirms that it fixes
his issues.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list