[Mono-bugs] [Bug 56357][Cos] Changed - mod_mono can't handle non-existing directories

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 2 Apr 2004 14:19:56 -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 martijn@boland.org.

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

--- shadow/56357	2004-04-02 08:20:01.000000000 -0500
+++ shadow/56357.tmp.10338	2004-04-02 14:19:55.000000000 -0500
@@ -49,6 +49,12 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2004-04-02 08:20 -------
 Switching this to cosmetic.
 Either the apache error or the aspx page should be fine.
 The problem is that apache checks for the file before passing it to
 mod_mono... May be we can change this.
+
+------- Additional Comments From martijn@boland.org  2004-04-02 14:19 -------
+Perhaps it's a little more serious than cosmetic. A lot of current 
+open-source applications like Rainbow Portal or .Text depend on url 
+rewriting handled by ASP.NET (no ISAPI filer or mod_rewrite).
+These applications will not work with mod_mono in the current state.