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:
- If we have similars routes like:
/foo and /foo/bar usher didn't ignore trailing delimiters
- If we have a route like
/foo-:id usher didn't recognize it correctly
Any idea how to fix them?
Thanks!
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:
/fooand/foo/barusher didn't ignore trailing delimiters/foo-:idusher didn't recognize it correctlyAny idea how to fix them?
Thanks!