This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kynan
Recipients cheryl.sabella, corona10, kynan, serhiy.storchaka, vstinner
Date 2021-03-27.21:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616880961.26.0.0417214298554.issue38038@roundup.psfhosted.org>
In-reply-to
Content
This change caused an (I presume unintended) behavior change that breaks some xmlrpc users: previously, the XLMRPC handler was everything after the host part of the URI (https://github.com/python/cpython/blame/32f825393e5836ab71de843596379fa3f9e23c7a/Lib/xmlrpc/client.py#L1428), but now the query string is *discarded* (https://github.com/python/cpython/blame/63298930fb531ba2bb4f23bc3b915dbf1e17e9e1/Lib/xmlrpc/client.py#L1424).

This is known to break the XMLRPC for DokuWiki (https://www.dokuwiki.org/devel:xmlrpc), which uses query parameters for authentication: https://github.com/kynan/dokuwikixmlrpc/issues/8
History
Date User Action Args
2021-03-27 21:36:01kynansetrecipients: + kynan, vstinner, serhiy.storchaka, cheryl.sabella, corona10
2021-03-27 21:36:01kynansetmessageid: <1616880961.26.0.0417214298554.issue38038@roundup.psfhosted.org>
2021-03-27 21:36:01kynanlinkissue38038 messages
2021-03-27 21:36:01kynancreate