[Mono-bugs] [Bug 71587][Maj] Changed - Cannot access HttpWorkerRequest from HttpModule
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Jan 2005 13:28:16 -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=71587
--- shadow/71587 2005-01-22 13:17:33.000000000 -0500
+++ shadow/71587.tmp.19100 2005-01-22 13:28:16.000000000 -0500
@@ -249,6 +249,15 @@
and make internal perhaps?)
------- Additional Comments From gonzalo@ximian.com 2005-01-22 13:17 -------
No.
+
+------- Additional Comments From gonzalo@ximian.com 2005-01-22 13:28 -------
+The problem is that we cannot implement every property that people
+expect to be there. This time is MaxRequestLength, but could have been
+MinFreeThreads or ExecutionTimeout or IdleTimeout or
+AppRequestQueueLimit or ...
+
+In 2.0 there's a documented HttpRuntimeSection class holding all the
+properties and we will have to implement it.