[Mono-bugs] [Bug 56357][Nor] New - mod_mono can't handle non-existing directories

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 1 Apr 2004 17:27:36 -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-01 17:27:36.000000000 -0500
+++ shadow/56357.tmp.1235	2004-04-01 17:27:36.000000000 -0500
@@ -0,0 +1,48 @@
+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: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martijn@boland.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod_mono can't handle non-existing directories
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+I'm writing a little CMS that uses custom made url's that are rewritten 
+by a HttpModule. When requesting a url (ending with .aspx) that doesn't 
+map to a physical directory, mod_mono directly shows a File not found 
+error before the HttpModule gets the change of rewriting the url. It 
+seems that these requests don't reach the ASP.NET engine.
+
+Steps to reproduce the problem:
+
+1. Create a test site with only one working page (/index.aspx) in one 
+directory.
+2. Enter a url like /foo.aspx -> an ASP.NET not found error appears.
+2. Enter a url in the browser like /non-existing/index.aspx
+
+Actual Results:
+
+An Apache error page is displayed (Not Found)
+
+Expected Results:
+
+An ASP.NET error page should appear
+
+How often does this happen? 
+
+always
+
+Additional Information: