[Mono-bugs] [Bug 56357][Nor] Changed - mod_mono can't handle non-existing directories
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Apr 2004 04:00:48 -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=56357
--- shadow/56357 2004-04-04 04:27:35.000000000 -0400
+++ shadow/56357.tmp.6624 2004-04-08 04:00:48.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56357
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: Apache 2.0.48, mod_mono 0.7
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: martijn@boland.org
QAContact: mono-bugs@ximian.com
@@ -58,6 +58,13 @@
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.
------- Additional Comments From gonzalo@ximian.com 2004-04-04 04:27 -------
You're right.
+
+------- Additional Comments From gonzalo@ximian.com 2004-04-08 04:00 -------
+Fixed in CVS.
+
+For apache 1.3 we work based on <Directory>, for apache 2.0 we use
+either <Directory> or <Location> and mod_mono jumps in as soon as it
+can. thus giving the ASP.NET error page.