Currently Spring webmvc looks up direct URLs and fall back to evaluating every URL mapped if there is no exact match based on direct URLs mappings. Due to this, URI with path variables, always go through larger look up evaluations poor performance. This PR stores static URIs as part of a MappingRegistry in a new Map to match incoming URIs to identify partial matches to cut down the mapping evaluations and hence improves performance

Comment From: pivotal-issuemaster

@viswaramamoorthy Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-issuemaster

@viswaramamoorthy Thank you for signing the Contributor License Agreement!