normalized_path
may be wrong if the path matches many potential routes
#316
Labels
bug
Something isn't working
E.g. given the following
routes.rb
:It appears possible for a call to
/api/users
to return a normalized path of/:team_slug/users
incorrectly when the path matches the route definition.https://github.com/getappmap/appmap-ruby/blob/master/lib/appmap/handler/rails/request_handler.rb#L59-L66
The text was updated successfully, but these errors were encountered: