reitit
reitit copied to clipboard
Either support or disallow wildcard params not at the end of path
Currently, Reitit allows users to create routes with paths on the form /.../{*param}/...
.
However, routing doesn't seem to work for such routes (it seems to give 'false' matches, and path parameters aren't extracted properly).
Either such routes should work, or Reitit should provide an error/warning when they are created.
Good catch, this should be fixed (e.g. not allow them in non-tail postion)!