[Mono-bugs] [Bug 42309][Blo] New - Problem with adding default files
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 4 May 2003 12:47:29 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=42309
--- shadow/42309 Sun May 4 12:47:29 2003
+++ shadow/42309.tmp.8946 Sun May 4 12:47:29 2003
@@ -0,0 +1,39 @@
+Bug#: 42309
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: 001 One hour
+Priority: Blocker
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Problem with adding default files
+
+Description of Problem:
+In the attached website, when you visit http://localhost:8080/, index.xml
+should be processed.
+
+Steps to reproduce the problem:
+1. Run server.exe
+2. Visit http://localhost:8080/
+
+Actual Results:
+Error
+
+Expected Results:
+Should be the same as http://localhost:8080/index.html
+
+How often does this happen?
+Always
+
+Additional Information:
+It looks like the default files are not being processed and the request
+goes right through to StaticFileHandler, which in turn throws an exception
+because it is trying to open a directory.