Samita53 / ldspider

Automatically exported from code.google.com/p/ldspider
0 stars 0 forks source link

ContentHandlerRdfXml should also accept application/xml #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Retrieve a RDF/XML source that returns application/xml (instead of
rdf+xml) as mime type (for example http://www.hyphen.info/rdf/47.xml)

What is the expected output? What do you see instead?
Data should be downloaded and parsed, instead it is ignored with the
message "disallowed via fetch filter", which is caused by the content
handler, as far as I can tell.

What version of the product are you using? On what operating system?
r213

Please provide any additional information below.
FetchFilterRdfXml accepts both application/rdf+xml and applicatipon/xml, so
the content handler should probably too.

Original issue reported on code.google.com by glad...@gmail.com on 7 Jun 2010 at 2:37

GoogleCodeExporter commented 9 years ago
Cheers!

Fixed in r214.

Original comment by andr...@harth.org on 7 Jun 2010 at 5:52