Incorrect detection of response ContentType when dereferencing Uris
mdesalvo opened this issue · 0 comments
mdesalvo commented
Sometimes the ContentType property of HttpWebResponse isn't valorized, we should cascade to a lookup in the headers and then at last, if no content type has been found, proceed with a reasonable default (RDF/XML for graphs, N-QUADS for stores).