[Mono-bugs] [Bug 71587][Maj] Changed - Cannot access HttpWorkerRequest from HttpModule

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Jan 2005 20:06:17 -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-21 19:32:51.000000000 -0500
+++ shadow/71587.tmp.11558	2005-01-21 20:06:17.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 71587
 Product: Mono: Class Libraries
 Version: unspecified
 OS: other
 OS Details: Gentoo Linux on Kernel 2.6.9
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Major
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: wweems@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -120,6 +120,18 @@
 would the mono way be of getting at this information.
 
 I'm eager to get this issue resolved. I would like to get SlickUpload 
 working on Mono. Let me know your thoughts on this issue. If there is 
 a better/more cross platform way of doing this, I'd like to implement 
 it ASAP.
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-21 20:06 -------
+I know that GetConfig is the way to get the configuration.
+I'm saying that the object returned by
+GetConfig("system.web/httpRuntime") is not documented and the code is
+relying on a property to be there. What will happen if this is
+different in the 2.0 version of MS? That code will break.
+
+Moreover, the request is not read into memory and the same check that
+you try to do is done in HttpRequest.cs
+
+This is not a bug.