Commit f3a4e410 authored by Łukasz Nowak's avatar Łukasz Nowak

Setup Content-Type header.

This method is used without convertToREST
parent 68d4b25e
......@@ -1032,6 +1032,7 @@ class SlapTool(BaseTool):
self.REQUEST.response.setHeader('Vary',
'REMOTE_USER')
self.REQUEST.response.setHeader('Last-Modified', rfc1123_date(DateTime()))
self.REQUEST.response.setHeader('Content-Type', 'text/xml')
self.REQUEST.response.setBody(xml_marshaller.xml_marshaller.dumps(d))
return self.REQUEST.response
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment