Changes between Version 2 and Version 3 of DotNet


Ignore:
Timestamp:
Sep 10, 2008, 9:27:17 PM (16 years ago)
Author:
qiushihe@…
Comment:

changed XmlRpcUrl to /login/xmlprc otherwise the request will not be authenticated

Legend:

Unmodified
Added
Removed
Modified
  • DotNet

    v2 v3  
    2828
    2929namespace TracPusher {
    30     [XmlRpcUrl("https://your.server.org/trac/xmlrpc")]
     30    [XmlRpcUrl("https://your.server.org/trac/login/xmlrpc")]
    3131    public interface Trac : IXmlRpcProxy
    3232    {