Hello I added some failing spec to the sinatra interface. Btw the problem is not related to the sinatra adapter.
Basically we have two problems:
1) If we have similars routes like: /foo and /foo/bar usher didn't ignore trailing delimiters
2) If we have a route like /foo-:id usher didn't recognize it correctly
Hello I added some failing spec to the sinatra interface. Btw the problem is not related to the sinatra adapter.
Basically we have two problems:
1) If we have similars routes like:
/foo
and/foo/bar
usher didn't ignore trailing delimiters 2) If we have a route like/foo-:id
usher didn't recognize it correctlyAny idea how to fix them?
Thanks!