web.xml中servlet-mapping的url-pattern的配置

來源:互聯網
上載者:User

標籤:web.xml   區別   

在配置web.xml的servlet-mapping 的 url-pattern 碰到問題, 上網查, 查到servelt2_2-spec.pdf才得到答案. 

結論: 
? ‘/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. 

著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

web.xml中servlet-mapping的url-pattern的配置

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.