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 metaperl
Recipients benaryorg, martin.panter, metaperl, tjollans
Date 2019-01-24.15:59:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548345589.91.0.769486014418.issue33342@roundup.psfhosted.org>
In-reply-to
Content
Regarding "RFC 2396 explicitly excludes the use of [ and ] in URLs. RFC 2732 <https://www.ietf.org/rfc/rfc2732.txt> defines the syntax for IPv6 URLs, and allows [ and ] ONLY in the host part.

So I'd say that the behaviour is arguably correct (if somewhat unfortunate)"

I would say that a square bracket CAN be used in the password, but that it should be urlencoded and that this library should perform a urldecode for both username and password, just as SQLAlchemy does.
History
Date User Action Args
2019-01-24 15:59:52metaperlsetrecipients: + metaperl, tjollans, martin.panter, benaryorg
2019-01-24 15:59:49metaperlsetmessageid: <1548345589.91.0.769486014418.issue33342@roundup.psfhosted.org>
2019-01-24 15:59:49metaperllinkissue33342 messages
2019-01-24 15:59:49metaperlcreate