id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
9919	AttributeError: 'NoneType' object has no attribute 'splitlines'	framay	osimons	I am getting the following error with `Trac 0.13dev-r10991` running on apache httpd (`2.8 (WSGIProcessGroup /trac/trac1 WSGIApplicationGroup %{GLOBAL})`) and newest XmlRpcPlugin:\r\n\r\n{{{\r\n2012-03-22 12:56:47,923 Trac[web_ui] DEBUG: RPC incoming request of content type 'text/xml' dispatched to <tracrpc.xml_rpc.XmlRpcProtocol object at 0x7f719e8ffcd0>\r\n2012-03-22 12:56:47,924 Trac[build\\bdist.win32\\egg\\trac\\web\\main] ERROR: Internal Server Error:\r\nTraceback (most recent call last):\r\n  File "build\\bdist.win32\\egg\\trac\\web\\main.py", line 478, in _dispatch_request\r\n    dispatcher.dispatch(req)\r\n  File "build\\bdist.win32\\egg\\trac\\web\\main.py", line 198, in dispatch\r\n    resp = chosen_handler.process_request(req)\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/web_ui.py", line 69, in process_request\r\n    self._rpc_process(req, protocol, content_type)\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/web_ui.py", line 139, in _rpc_process\r\n    proto_id = protocol.rpc_info()[0]\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/xml_rpc.py", line 76, in rpc_info\r\n    return ('XML-RPC', prepare_docs(self.__doc__))\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/util.py", line 49, in prepare_docs\r\n    return ''.join(l[indent:] for l in text.splitlines(True))\r\nAttributeError: 'NoneType' object has no attribute 'splitlines'\r\n}}}\r\n\r\nI tried connecting with eclipse mylyn (newest update). User `anonymous` has permission `XML_RPC`.	defect	closed	normal	XmlRpcPlugin	normal	fixed		olemis	0.12
