Description
if xmlrpc is disabled and one tries to use wikisync sometimes a traceback is shown
Steps to reproduce
Example
Component selection
- general
Details
MoinMoin Version |
1.7.1 |
OS and Version |
linux |
Python Version |
2.5 |
Server Setup |
mod_wsgi |
Server Details |
2.1 |
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Discussion
the server is not configured for xmlrpc so it should return the xmlrpc.fault message but it doesn't
If I enter the xmlrpc action into the url the common answer is given
−
<methodResponse>
−
<fault>
−
<value>
−
<struct>
−
<member>
<name>faultCode</name>
−
<value>
<int>1</int>
</value>
</member>
−
<member>
<name>faultString</name>
−
<value>
<string>This moin wiki does not allow xmlrpc method calls.</string>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
Plan
- Priority:
- Assigned to:
Status: seems to be fixed in 1.8 by showing the error msg xmlrpclib.Fault:
