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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-03-30 11:24 ------- Created an attachment (id=16705) bug_77539.tar.gz + +------- Additional Comments From [EMAIL PROTECTED] 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 + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
