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

Urlencoded slash in URIs results in http-status-code 404 #7

Open
dr0i opened this issue Apr 3, 2012 · 2 comments
Open

Urlencoded slash in URIs results in http-status-code 404 #7

dr0i opened this issue Apr 3, 2012 · 2 comments

Comments

@dr0i
Copy link
Member

dr0i commented Apr 3, 2012

Clicking on exemplar in http://lobid.org/resource/TT003003647 results in a http-status code 404, whilst the data is in the endpoint:

describe http://lobid.org/item/TT003003647:A%202460%2F2

The cause seems to be the slahs '/' aka '%2F' .

@dr0i
Copy link
Member Author

dr0i commented Jun 13, 2012

any thoughts on this?

@dr0i
Copy link
Member Author

dr0i commented Jun 14, 2012

ok, since its a hard thing to deal wit slashes in URIs being in a restful context, I just did this to my data:
s#/#'#g

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

No branches or pull requests

1 participant