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

Strange content-type header #16

Closed aharth closed 3 years ago

aharth commented 3 years ago

https://ci.mines-stetienne.fr/kg8/itmfactory/bosch-apas.ttl returns a strange header:

Content-Type: text/turtle; charset=utf-8; qs=0.9

Is that legal? If so, the RDF browser should grok it.

If that is not legal, the RDF browser should ignore it (as it does currently).

kianschmalenbach commented 3 years ago

Hi, According to the specification at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17 or https://tools.ietf.org/html/rfc7231#section-3.1.1.5, this header seems illegal to me. This is also the reason why RDF Browser fails at parsing the document. Hence, I would suggest leaving everything as it is in this case. If there are no further comments within the next days, I will therefore close the issue.

kianschmalenbach commented 3 years ago

The issue has been fixed on server-side, hence I close it now.