Struts2 Web 应用程序下的公用文件夹探索
我想在 Struts2 应用程序的 WebContent 文件夹内的文件夹下发布一些资源(文件夹和文件),并允许对该文件夹内容进行自由目录探索。
WebContent/public-folder/.
有人知道如何实现这一点吗?
我所有的尝试都失败了,经典的“没有为动作名称公共文件夹映射的动作”
我正在使用 Sitemesh 装饰器,并定义了下一个排除模式:
<excludes>
<pattern>/*public-folder*</pattern>
</excludes>
看来我无法摆脱 Struts2 的控制。 谢谢…
I want to publish some resources (folders and files) under a folder inside the WebContent folder of my Struts2 application and allow free directory exploration of that folder contents.
WebContent/public-folder/.
Does somebody know how to achieve this?
All my attempts fail with the classical ‘There is no Action mapped for action name public-folder’
I am using Sitemesh decorator, and have defined next exclude pattern:
<excludes>
<pattern>/*public-folder*</pattern>
</excludes>
It seems that I’m unable to escape away from Struts2 control.
Thanks…
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
警告
因为过滤器的
/*
解决方案
struts.xml
(阻止 Struts 2 处理请求)[Tomcat] /conf/web.xml
Warning
because of
/*
for filterSolution
struts.xml
(Preventing Struts 2 from Handling a Request)[Tomcat] /conf/web.xml