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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 1 Oct 2004 11:25:47 -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 gonzalo@ximian.com.

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

--- shadow/65469	2004-09-10 00:29:34.000000000 -0400
+++ shadow/65469.tmp.25305	2004-10-01 11:25:47.000000000 -0400
@@ -89,6 +89,23 @@
     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
+
+------- Additional Comments From gonzalo@ximian.com  2004-10-01 11:25 -------
+Works with apache2:
+----
+GET /docs/file.txt HTTP/1.0
+Host: 127.0.0.1
+If-Modified-Since: Tue, 01 Jan 2008 00:00:00 GMT
+ 
+HTTP/1.1 304 Not Modified
+Date: Fri, 01 Oct 2004 14:57:09 GMT
+Server: Apache/2.0.51 (Fedora)
+Connection: close
+ 
+Connection closed by foreign host.
+----
+
+Trying now with 1.3...