在URL跳转中有关绝对地址和相对地址的确定

最初是
http://localhost:8080/app/cool.do
如果是sendRedirect("foo/stuff.html")
那么the Container builds the full URL :
http://localhost:8080/app/cool/foo/stuff.html

如果是sendRedirect("/foo/stuff.html")
那么the Container builds the full URL :
http://localhost:8080/app/foo/stuff.html

posted on 2007-11-09 09:20 刘铮 阅读(463) 评论(0)  编辑  收藏 所属分类: JSP and Servlet

<2025年8月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

导航

统计

留言簿(1)

文章分类(141)

文章档案(147)

搜索

最新评论