Replies: 1 comment 1 reply
-
Yes, this is expected. For hash_paths, the path must match exactly, because it is used to reference into a hash, not via normal routing. It wouldn't be possible to get this to work by default unless one of the plugins depended on either other, which is undesirable. It's possible we could allow for the behavior via a new plugin. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Began using hash_paths and have noticed my caller cannot append a "/" to the end of the url. If so the slash_path assumes it is not a match. So i need:
Using the slash_path_empty plugin fixes this using "standard" manual routing. Is this expected behavior?
thx ~Marvin
Beta Was this translation helpful? Give feedback.
All reactions