Its from the servlet 2.4 spec, 11.2. The url-pattern must be one of:

anonymous wrote : 
  | + A string beginning with a ?/? character and ending with a ?/*? suffix is 
used
  | for path mapping.
  | + A string beginning with a ?*.? prefix is used as an extension mapping.
  | + A string containing only the ?/? character indicates the "default" 
servlet of
  | the application. In this case the servlet path is the request URI minus the 
context
  | path and the path info is null.
  | + All other strings are used for exact matches only.
  | 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865399#3865399

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865399


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to