Changes between Version 94 and Version 95 of XmlRpcPlugin


Ignore:
Timestamp:
Jul 22, 2013, 4:39:48 AM (11 years ago)
Author:
Olemis Lang
Comment:

Use AccountmanagerPlugin environ_auth_overwrite option to login RPC (POST) requests

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v94 v95  
    6767the /login/xmlrpc URL for authorized access will not work as expected. Every access will look like anonymous access.
    6868 
    69 You can use the HttpAuthPlugin to correct this.
     69~~You can use the HttpAuthPlugin to correct this.~~
     70
     71The recommended approach to make it work is to add the following configuration in TracIni
     72
     73{{{#!ini
     74
     75[account-manager]
     76environ_auth_overwrite = false
     77}}}
    7078 
    7179=== Problems with ''Digest'' HTTP authentication ===