[Mono-bugs] [Bug 65469][Nor] Changed - mod_mono does not handle IMS requests correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 02:30:07 -0400 (EDT)


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 bugzilla-ximian.20.abienvenu@spamgourmet.com.

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

--- shadow/65469	2004-09-08 02:21:26.000000000 -0400
+++ shadow/65469.tmp.19808	2004-09-08 02:30:07.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 65469
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Mandrake 10.0
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: bugzilla-ximian.20.abienvenu@spamgourmet.com               
@@ -76,6 +76,19 @@
 Can you attach the configuration in httpd that affects mod_mono?
 
 ------- Additional Comments From bugzilla-ximian.20.abienvenu@spamgourmet.com  2004-09-08 02:21 -------
 Created an attachment (id=10529)
 The whole Apache 1.3 configuration file with mod_mono enabled
 
+
+------- Additional Comments From bugzilla-ximian.20.abienvenu@spamgourmet.com  2004-09-08 02:30 -------
+I attached the whole configuration file, but I observed the problem in
+various configurations of Apache 1.3. The interesting lines are at the
+end. If people need a workaround, they can replace :
+    SetHandler mono
+by :
+    AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx
+
+Of course this will work fine, since these pages are not cached in the
+browser, and other pages will be correctly served by Apache.
+
+Thank you for your attention