Details
Description
Currently the 'trac-report' supports only basic HTTP authentication transmitting clear-text credentials. The 'trac-report' should also support the digest HTTP authentication scheme.
Currently the 'trac-report' supports only basic HTTP authentication transmitting clear-text credentials. The 'trac-report' should also support the digest HTTP authentication scheme.
This patch exchanges the default JDK based 'XmlRpcTransportFactory' implementation with the 'commons-httpclient' based implementation supporting HTTP digest authentication.