[Mono-bugs] [Bug 37504][Nor] Changed - System.Web.Hosting.SimpleWorkerRequest should not have a default constructor
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 4 Feb 2003 19:10:27 -0500 (EST)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37504
--- shadow/37504 Sat Feb 1 01:54:46 2003
+++ shadow/37504.tmp.3267 Tue Feb 4 19:10:27 2003
@@ -1,14 +1,14 @@
Bug#: 37504
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: eric@5stops.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,11 @@
I will be including the patch.
------- Additional Comments From eric@5stops.com 2003-02-01 01:54 -------
Created an attachment (id=3300)
Patch to remove default constructor
+
+------- Additional Comments From gonzalo@ximian.com 2003-02-04 19:10 -------
+It is a private constructor, so no harm.
+
+I will remove it next time I commit a patch for SimpleWorkerRequest.