[Mono-bugs] [Bug 61654][Nor] Changed - Incorrect Request.ApplicationPath in ASP.NET root
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jul 2004 14:21:23 -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=61654
--- shadow/61654 2004-07-20 13:39:08.000000000 -0400
+++ shadow/61654.tmp.14978 2004-07-20 14:21:23.000000000 -0400
@@ -53,6 +53,12 @@
Viewing the page in xsp or mod_mono where the page exists in an application
other than root (such as a subdirectory named "exdir"):
mono /usr/bin/xsp.exe --root . --port 8080 --applications /exdir:./exdir
Will produce both links with the correct URL (in this case,
"http://localhost:8080/exdir/Test.aspx")
+
+------- Additional Comments From gonzalo@ximian.com 2004-07-20 14:21 -------
+For an application hosted in '/', the first link will always be wrong,
+as the resulting string is '//Test.aspx'. That's what IIS does too.
+
+So only the second one is a bug.