janhoy commented on pull request #418: URL: https://github.com/apache/solr/pull/418#issuecomment-972714512
I tested a bit more, and frontend uses `text/javascript` which is not a standard content-type, so it would get 400 error on those. I change files.js to use `application/javascript`, and also the xml types -> `application/xml` even if backend also supports `text/xml`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
