apigee/apigee-remote-service-golib

A new variant for path.Tree.Find() is needed

Closed this issue · 2 comments

Basepaths will need to be stripped from the request path. When matching for basepaths, the result should included the matched part of the actual request path for correct trimming. Otherwise, any basepath that include * will not be working properly.

It may be easier and more useful to change the existing Find methods to return the resolved path.

Sounds good. Will give a shot.