A new variant for path.Tree.Find() is needed
Closed this issue · 2 comments
rockspore commented
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.
theganyo commented
It may be easier and more useful to change the existing Find methods to return the resolved path.
rockspore commented
Sounds good. Will give a shot.