Response content type is not set correctly for XML-RPC responses
Bug #263575 reported by
Graham Binns
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
django_xmlrpc |
Fix Committed
|
High
|
Graham Binns |
Bug Description
At the moment, all XML-RPC responses returned by django-xmlrpc have the content type text/html. They should be text/xml.
Changed in django-xmlrpc: | |
assignee: | nobody → gmb |
importance: | Undecided → High |
status: | New → Triaged |
To post a comment you must log in.
I have attached a patch for content type and limited the scope for the response variable.