Changes between Version 50 and Version 51 of XmlRpcPlugin


Ignore:
Timestamp:
Jun 11, 2007, 11:03:41 AM (17 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v50 v51  
    4343}}}
    4444
    45 == Problems when AccountManagerPlugin is enabled ==
     45== Bugs/Feature Requests ==
     46
     47Existing bugs and feature requests for XmlRpcPlugin are
     48[report:9?COMPONENT=XmlRpcPlugin here].
     49
     50If you have any issues, create a
     51[http://trac-hacks.org/newticket?component=XmlRpcPlugin&owner=athomas new ticket].
     52
     53== Troubleshooting ==
     54
     55=== Problems when AccountManagerPlugin is enabled ===
    4656If you have the AccountManagerPlugin enabled and you followed their advise/example to disable the standard login module with
    4757{{{
     
    5363You can use the HttpAuthPlugin to correct this.
    5464
    55 == Problems with ''Digest'' HTTP authentication ==
     65=== Problems with ''Digest'' HTTP authentication ===
    5666
    5767The `xmlrpclib.ServerProxy` client - as demonstrated in the following examples - will not work with a ''Digest''-based HTTP authentication: you need to set up a ''Basic'' HTTP authentication on server side to make the examples work.
     
    5969If you use the standalone Trac daemon, this means that you cannot use the `tracd -a` option (htdigest authentication file). Use `trac --basic-auth` (htpasswd authentication file) instead.
    6070
    61 == Problems with mod_python, Apache, python 2.4 ==
     71=== Problems with mod_python, Apache, python 2.4 ===
    6272
    6373XmlRpcPlugin might not work with Apache and python 2.4 as explained in [http://trac.edgewall.org/wiki/TracInstall#Requirements TracInstall]. Use python 2.5 if you want to run Trac with mod_python.
    64 
    65 == Bugs/Feature Requests ==
    66 
    67 Existing bugs and feature requests for XmlRpcPlugin are
    68 [report:9?COMPONENT=XmlRpcPlugin here].
    69 
    70 If you have any issues, create a
    71 [http://trac-hacks.org/newticket?component=XmlRpcPlugin&owner=athomas new ticket].
    7274
    7375== Download ==