Description

if xmlrpc is disabled and one tries to use wikisync sometimes a traceback is shown

traceback.html

Steps to reproduce

Example

Component selection

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


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/WikisyncXmlrpcTraceback (last edited 2009-07-03 11:17:07 by AlexanderSchremmer)