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

Identiifers containing slashes don't work #205

Open
kienerj opened this issue Jun 23, 2016 · 0 comments
Open

Identiifers containing slashes don't work #205

kienerj opened this issue Jun 23, 2016 · 0 comments

Comments

@kienerj
Copy link

kienerj commented Jun 23, 2016

If your identifier has a slash it won't work as tonics internal parsing will think it is a valid slash from the path regardless if the / was escaped in the url.

Probably depends on your config as $_SERVER['REDIRECT_URL'] returns the url urldecoded while $_SERVER['REQUEST_URI'] does not.

The error will then also be that the resource was not found because of the additional slash it will never match any @uri annotation.

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

No branches or pull requests

1 participant