Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trailing slashes are appended to routes that have query params #156

Open
ergo opened this issue Dec 13, 2016 · 1 comment · May be fixed by #157
Open

Trailing slashes are appended to routes that have query params #156

ergo opened this issue Dec 13, 2016 · 1 comment · May be fixed by #157

Comments

@ergo
Copy link

ergo commented Dec 13, 2016

Route in form of:

/{foo}{?query}
/{foo}:?query:

Would end up being interpolated as /foo/?params which is unexpected to happen because trailing slash carries meaning for REST servers.

@zhang356
Copy link

Hi, is this merged in? I installed the latest crossroads.js using NPM, it doesn't seem to have this change in it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants