【发布时间】:2013-06-04 03:06:58
【问题描述】:
<rule>
<from>/admin/index/index.jsp</from>
<to>/admin/index</to>
</rule>
<outbound-rule>
<from>/admin/index</from>
<to>/admin/index/index.jsp</to>
</outbound-rule>
我正在尝试将此网址“/admin/index/index.jsp”重写为“/admin/index”..但我猜它正在将其重定向到“/admin/index”,因为它说资源不能发现有什么问题我只想写“/admin/index/index.jsp”为“/admin/index”
【问题讨论】:
标签: java jsp url-rewriting filter tuckey-urlrewrite-filter