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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -85,6 +85,24 @@ Additional Information: ------- Additional Comments From [EMAIL PROTECTED] 2006-09-27 08:51 ------- Created an attachment (id=17753) .tar.gz (monodevelop solution test case) + +------- Additional Comments From [EMAIL PROTECTED] 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) +
_______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
