[Mono-bugs] [Bug 79506][Maj] Changed - Server.Execute and QueryString Problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 27 09:03:33 EDT 2006


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 informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=79506

--- shadow/79506	2006-09-27 08:51:17.000000000 -0400
+++ shadow/79506.tmp.17027	2006-09-27 09:03:33.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79506
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: informatique.internet at fiducial.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -85,6 +85,24 @@
 Additional Information:
 
 ------- Additional Comments From informatique.internet at fiducial.fr  2006-09-27 08:51 -------
 Created an attachment (id=17753)
 .tar.gz (monodevelop solution test case)
 
+
+------- Additional Comments From informatique.internet at fiducial.fr  2006-09-27 09:03 -------
+Here's the patch, could you commit?
+
+Index: System.Web/HttpServerUtility.cs
+===================================================================
+--- System.Web/HttpServerUtility.cs     (révision 65947)
++++ System.Web/HttpServerUtility.cs     (copie de travail)
+@@ -77,7 +77,7 @@
+
+                public void Execute (string path)
+                {
+-                       Execute (path, null);
++                       Execute (path, null, true);
+                }
+
+                public void Execute (string path, TextWriter writer)
+


More information about the mono-bugs mailing list