URL patterns use an extremely simple syntax. Every character in a pattern must match the corresponding character in the URL path exactly, with two exceptions. At the end of a pattern, /* matches any sequence of characters from that point forward. The pattern *.extension matches any file name ending with extension. No other wildcards are supported, and an asterisk at any other position in the pattern is not a wildcard.
First, the container prefers an exact path match over a wildcard path match. Second, the container prefers to match the longest pattern. Third, the container prefers path matches over filetype matches. Finally, the pattern <url-pattern>/</url-pattern> always matches any request that no other pattern matches
P. Talukdar, T. Brants, M. Liberman, und F. Pereira. Proceedings of the Tenth Conference on Computational Natural Language Learning (CoNLL-X), Seite 141--148. New York City, Association for Computational Linguistics, (Juni 2006)
R. Khatchadourian, P. Greenwood, A. Rashid, und G. Xu. Proceedings of the 2009 IEEE/ACM International Conference on Automated Software Engineering, Seite 575--579. Washington, DC, USA, IEEE Computer Society, (2009)
J. Illig, B. Roth, und D. Klakow. Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics, volume 2: Short Papers, Seite 100--105. Gothenburg, Sweden, Association for Computational Linguistics, (April 2014)
F. Ciravegna. Proceedings of the 17th international joint conference on Artificial intelligence - Volume 2, Seite 1251--1256. San Francisco, CA, USA, Morgan Kaufmann Publishers Inc., (2001)
Y. Chan, und D. Roth. Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies - Volume 1, Seite 551--560. Stroudsburg, PA, USA, Association for Computational Linguistics, (2011)
M. Califf, und R. Mooney. Proceedings of the sixteenth national conference on Artificial intelligence and the eleventh Innovative applications of artificial intelligence conference innovative applications of artificial intelligence, Seite 328--334. Menlo Park, CA, USA, American Association for Artificial Intelligence, (1999)