URL Pattern的四种模式

 

There are only four standard URL patterns (and this applies to servlet
mappings and security constraints as well as filter mappings):

* Exact match (/foo)
* Path match (/foo/*)
* Extension match (*.foo)
* Default servlet (/) which is useful only for servlet mappings

你可能感兴趣的:(servlet,filter,Security,url,constraints,extension)