
|
If you were logged in you would be able to see more operations.
|
|
When loading RDF from a URL into a Sesame repository, Sesame does not explicitly add an HTTP Accept header to the request that retrieves the RDF. In cases where the URL identifies a RESTful service that uses content negotiotiation to determine the response format, this leads to problems.
Attached is a patch that fixes this issue by adding an explicit HTTP Accept header to the request. I have tested that this patch works for actual HTTP connections, it may need further testing (e.g. on non-HTTP URLs) though.
|
|
patch on RepositoryConnectionBase that fixes this issue.
|
|