tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Identiifers containing slashes don't work

Open kienerj opened this issue 8 years ago • 0 comments

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.

kienerj avatar Jun 23 '16 06:06 kienerj