URI path map to Object.
This mapping implements the path specification recommended
in the 2.2 Servlet API.
Path specifications can be of the following forms:
/foo/bar - an exact path specification.
/foo/* - a prefix path specification (must end '/*').
.ext - a suffix path specification.
/ - the default path specification.