Closed GoogleCodeExporter closed 9 years ago
As per Andrias and Tobias in
https://groups.google.com/forum/?fromgroups=#!topic/ldspider/jOCBkeYkKlU
The quick answer is: set -ctIgnore
because your URI has been blocked by a FetchFilter that only allows the
downloading of documents that come with a rdf/xml mime type. -ctIgnore disables
FetchFilters and passes everything not rdf/xml to any23. Note that there is
only a subset of what any23 can do loaded by default, but RDFa is included, cf.
-any23ext.
The more technical answer is: there is a inconsistency between FetchFilters,
ldspider's HTTP Accept header and what the parsers loaded claim to do and what
they're actually able to do.
Original comment by remon.sh...@gmail.com
on 19 Sep 2012 at 2:24
looks like this is settled
Original comment by tob.kae...@gmail.com
on 15 Jul 2014 at 8:55
Original issue reported on code.google.com by
remon.sh...@gmail.com
on 17 Sep 2012 at 8:33