lobid / Phresnel

GNU Affero General Public License v3.0
5 stars 0 forks source link

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

Open dr0i opened 12 years ago

dr0i commented 12 years ago

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 commented 12 years ago

any thoughts on this?

dr0i commented 12 years ago

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