/foo/bar - an exact path specification. /foo/* - a prefix path specification (must end '/*'). *.ext - a suffix path specification. / - the default path specification.Matching is performed in the following order
Note that this is a very different mapping to that provided by PathMap in Jetty2.
This class is not synchronized for get's. If concurrent modifications are possible then it should be synchronized at a higher level. @version $Id: PathMap.java,v 1.25 2005/08/13 00:01:24 gregwilkins Exp $ @author Greg Wilkins (gregw)
|
|