kianschmalenbach / rdf-browser

A Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links
MIT License
16 stars 6 forks source link

404 while trying to access publications at the FIS of the University of Bamberg #15

Closed sebastian-lempert closed 3 years ago

sebastian-lempert commented 3 years ago

Looks like the RDF Browser has some problems with the Forschungsinformationssystem (FIS) of the University of Bamberg. For example if you try to access this publication https://fis.uni-bamberg.de/handle/uniba/46530 with Firefox while the RDF Browser plugin is activated you will end up with an URL https://fis.uni-bamberg.de/rdf/46530/turtle and an error message "404 - Resource not found".

This seems to be true for all publications listed in the FIS. E.g. looks you won't be able to access any of the publications from this list https://fis.uni-bamberg.de/cris/rp/rp01358/publications.html while the RDF Browser is activated within Firefox.

aharth commented 3 years ago

The issue seems to be with the server.

With:

$ curl --header "Accept: text/turtle" -v https://fis.uni-bamberg.de/handle/uniba/46530

the server returns a redirect to

https://fis.uni-bamberg.de/rdf/46530/turtle

which leads to a 404.

Rather than adding a workaround in RDF browser, I would advise a WONTFIX.

The Uni Bamberg people should fix their server setup instead.

kianschmalenbach commented 3 years ago

Hi, +1 for WONTFIX from my side as of Andreas' analysis. If I don't hear anything the next days, I will therefore close the issue.

sebastian-lempert commented 3 years ago

True, my fault. I'll close this issue.