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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Jan 2005 15:25:57 -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 wweems@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71587

--- shadow/71587	2005-01-21 15:25:57.000000000 -0500
+++ shadow/71587.tmp.383	2005-01-21 15:25:57.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 71587
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details: Gentoo Linux on Kernel 2.6.9
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: wweems@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot access HttpWorkerRequest from HttpModule
+
+Description of Problem:
+
+Krystalware's slickupload component doesnt work on mod_mono or xsp. My 
+understanding is that its because HttpModule cant access HttpWorkerRequest 
+properly.
+
+
+Steps to reproduce the problem:
+1. Download small sample test case at 
+http://krystalware.com/files/SlickUpload-0.91.zip
+2. update file upload path and recompile
+3. view the Default.aspx and try to upload a file.
+
+On windows + IIS, it works more or less flawlessly, on xsp, I get server500
+which usually tells me something along the lines of the following
+
+"The server didnt understand the request"
+
+
+Actual Results:
+server 500 error
+
+
+Expected Results:
+should have placed file in path, and then kicked back to the file upload 
+input page
+
+How often does this happen? 
+All the time.