Hi Cliff,
I'm sorry, but I think I miss your question. ;)
What do you want to do? What kind of entity will handle the data: "the
exact matched pattern for "/foos/myFoo/barlksjfljj.xml" "?
Best regards,
Thierry Boileau
--
Restlet ~ Core developer ~ http://www.restlet.org <http://www.restlet.org/>
Noelios Technologies ~ Co-founder ~ http://www.noelios.com
<http://www.noelios.com/>
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