[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 13:07:08 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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79506
--- shadow/79506 2006-09-27 09:03:33.000000000 -0400
+++ shadow/79506.tmp.22955 2006-09-27 13:07:08.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79506
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: gonzalo at ximian.com
ReportedBy: informatique.internet at fiducial.fr
QAContact: mono-bugs at ximian.com
@@ -103,6 +103,12 @@
- Execute (path, null);
+ Execute (path, null, true);
}
public void Execute (string path, TextWriter writer)
+
+------- Additional Comments From gonzalo at ximian.com 2006-09-27 13:07 -------
+Changing 'false' to 'true' in the other 1.1 Execute overload was also
+needed to properly fix this.
+Thanks.
+
More information about the mono-bugs
mailing list