I was wondering if there is some trick way to find the exact matched pattern. Specifically, I am seeing this (somewhat logical) behavior.
If the uriPattern is "/foos/{foo}/bar"
This of course matches something like "/foos/myFoo/barlksjfljj.xml"
What I want is: If I type in "/foos/myFoo/barlksjfljj.xml", I could
determine that "/foos/myFoo/bar" was the actual match.
Maybe I just missed an existing API call? :)
Thanks much in advance,
Cliff Binstock

