struts2怎么重定向到web-inf下的jsp文件

J2EE 码拜 10年前 (2015-04-05) 1080次浏览 0个评论
 

<resutl type=”redirect”>/web-inf/***</result>这样重定向到web-inf下的文件,怎么实现?

struts2怎么重定向到web-inf下的jsp文件
10分
<result name="xx" type="redirect">/WEB-INF/xx/xxx.jsp</result>

web-inf下一般不放jsp文件,我也没试过这么写,楼主试试。

struts2怎么重定向到web-inf下的jsp文件
用struts2的interceptor吧。专业的。
struts2怎么重定向到web-inf下的jsp文件
10分
web-inf下可以放jsp的,为的是不让用户直接访问jsp
struts2怎么重定向到web-inf下的jsp文件
10分
可以放web-inf,楼上正解,
struts2怎么重定向到web-inf下的jsp文件
10分
引用 3 楼 qiantujava 的回复:

web-inf下可以放jsp的,为的是不让用户直接访问jsp

这样也只是能节约写过滤器的时间,从而造成代码结构混乱,维护性较差。失大于得。

struts2怎么重定向到web-inf下的jsp文件
可以放 就是不让直接访问  然后就会造成重定向也跳不进去了吧
struts2怎么重定向到web-inf下的jsp文件
重定向相当于两次请求,无法实现。。
struts2怎么重定向到web-inf下的jsp文件
引用 7 楼 ch656409110 的回复:

重定向相当于两次请求,无法实现。。

错了 ,WEB-INF只能请求转发,,这个行不通的,,

struts2怎么重定向到web-inf下的jsp文件
只能使用dispatcher转发到WEB-INF文件夹下的jsp文件,redirect重定向是不可以进去的

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明struts2怎么重定向到web-inf下的jsp文件
喜欢 (0)
[1034331897@qq.com]
分享 (0)

文章评论已关闭!