[Mono-bugs] [Bug 68082][Min] New - XSP does not deliver content when accessing virtual directory
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Oct 2004 10:54:10 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=68082
--- shadow/68082 2004-10-12 10:54:09.000000000 -0400
+++ shadow/68082.tmp.18919 2004-10-12 10:54:10.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 68082
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XSP does not deliver content when accessing virtual directory
+
+When accessing a certain virtual directory using an URL without a
+trailing slash, XSP does not deliver content that's referenced on the
+default.aspx page (like css, images).
+
+for example, when you have an application called "test", and you have the
+following directory structure (and files) :
+
+<root>\
+ default.aspx
+ admin\
+ default.aspx
+ admin.css
+
+And on the admin/default.aspx, you use the admin/admin.css stylesheet.
+Then XSP will not correctly deliver the stylesheet if you use the
+following URL :
+
+http://<your server>/test/admin
+
+everything works fine if you use :
+
+http://<your server>/test/admin/
+
+I've attached a repro. Just request the
+http://<yourserver>/<application>/admin URL, and you'll see that the
+image is missing and the background is white.
+
+Now, use the following URL and you'll see what the result should have
+been :
+
+http://<yourserver>/<application>/admin/