[Mono-bugs] [Bug 77539][Nor] Changed - [PATCH] Relative client paths

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 30 11:35:26 EST 2006


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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77539

--- shadow/77539	2006-03-30 11:24:27.000000000 -0500
+++ shadow/77539.tmp.23009	2006-03-30 11:35:26.000000000 -0500
@@ -148,6 +148,29 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2006-03-30 11:24 -------
 Created an attachment (id=16705)
 bug_77539.tar.gz
 
+
+------- Additional Comments From robertj at gmx.net  2006-03-30 11:35 -------
+Gonzalo, run xsp as follows:
+
+cd bug_77539
+xsp --port 8888 --applications /asptest:./asptest/
+
+- go to http://localhost:8888/index.aspx
+- click on the link to test.aspx
+- click the link back
+
+On the console the following will be printed:
+
+Req: /asptest/index.aspx
+Req: /asptest/template/foo/test.aspx
+Req: /asptest/index.aspx  <-- bad, /template/foo got stripped out
+
+After the patch:
+
+Req: /asptest/index.aspx
+Req: /asptest/template/foo/test.aspx
+Req: /asptest/template/foo/index.aspx
+


More information about the mono-bugs mailing list