Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
8.11
-
None
-
None
Description
When calling this from chrome/firefox the content of the requested file will not be shown:
http://localhost:8983/solr/#/techproducts/files?file=solrconfig.xml
The failing request is:
Result:
{ "responseHeader": { "status": 400, "QTime": 3 }, "error": { "metadata": [ "error-class", "org.apache.solr.common.SolrException", "root-error-class", "org.apache.solr.common.SolrException" ], "msg": "Requested content type 'text/xml;charset=utf-8' is not supported.", "code": 400 } }