From e289ffe449c340c3d9c2c136ead87adbf93d9563 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 5 Apr 2012 10:15:40 +0200 Subject: text/xml ct --- coip/apps/saml2/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coip/apps/saml2/views.py b/coip/apps/saml2/views.py index 28f533d..f109094 100644 --- a/coip/apps/saml2/views.py +++ b/coip/apps/saml2/views.py @@ -124,6 +124,6 @@ def aq(request): aa_response = _aa_reply(aa, aq, claims, sp_entityid) xml = soap.make_soap_enveloped_saml_thingy(aa_response) logging.debug(xml) - return HttpResponse(content=xml, content_type="application/soap+xml") + return HttpResponse(content=xml, content_type="text/xml") else: return HttpResponseBadRequest("No

Bad Request

Go sell crazy someplace else, we're all stocked up here!

") \ No newline at end of file -- cgit v1.1