打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
web.xml中servlet-mapping
结论:
'/XXX/*'
'*.html'
'/'
其他都是精确映射
      例: '/XXX/Y*.html' 只能映射/XXX/Y*.html 的URL请求.
      例: '/XXX' 只可以映射/XXX的URL请求.
引用

10.2 Specification of Mappings
In the web application deployment descriptor, the following syntax is used to define mappings:
• A string beginning with a '/' character and ending with a '/*' postfix is used as a path
mapping.
• A string beginning with a '*.' prefix is used as an extension mapping.
• All other strings are used as exact matches only
• A string containing only the '/' character indicates that servlet specified by the mapping becomes the "default" servlet of the application.


翻译如下:
10.2 映射规则说明
在web应用的部署描述中(web.xml)中, 以下语法结构用于定义映射:
• 以'/'开头 并以'/*'结尾的字符串用于做路径的映射.
• 以'*.'开头 用于做扩展的映射.
• 其他的所有字符串都是只做精确映射.
• 一个只是'/'的字符串 将当前这个servlet明确为应用的默认servlet.
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
jsp
tomcat的web.xml设置问题:<servlet-name>Action</servlet-name><url-pattern>*.do的含义
spring常用的工具类大全
解决Spring MVC框架静态资源文件显示问题
Resin 的mod_caucho插件不解析filter的問題
springmvc:helloworld web.xml文件配置
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服