[changed content-type of 500 InternalServerError to text/plain to be in line with other server messages Denis Bilenko **20081015081218] { hunk ./xcap/server.py 127 - body = ("Internal Server Error" - "

Internal Server Error

An error occurred rendering the requested page. More information is available in the server log.") - hunk ./xcap/server.py 129 - {'content-type': http_headers.MimeType('text','html')}, - body) + {'content-type': http_headers.MimeType('text','plain')}, + ("An error occurred while processing the request. " + "More information is available in the server log.")) hunk ./xcap/server.py 148 + }