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 pitrou
Recipients Arfrever, bkabrda, christian.heimes, fweimer, georg.brandl, gregory.p.smith, iankko, lemburg, mpessas, pitrou, tim.peters, timehorse, vstinner
Date 2013-05-17.09:43:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368783785.86.0.697829695672.issue17980@psf.upfronthosting.co.za>
In-reply-to
Content
libcurl supports a single wildcard for the whole domain name pattern (not even one per fragment), as per lib/hostcheck.c

(this is when linked against OpenSSL; when linked against GnuTLS, curl will use the GnuTLS-provided matching function)

Based on all the evidence, I think allowing one wildcard per fragment is sufficient.
History
Date User Action Args
2013-05-17 09:43:05pitrousetrecipients: + pitrou, lemburg, tim.peters, georg.brandl, gregory.p.smith, vstinner, christian.heimes, timehorse, Arfrever, iankko, bkabrda, fweimer, mpessas
2013-05-17 09:43:05pitrousetmessageid: <1368783785.86.0.697829695672.issue17980@psf.upfronthosting.co.za>
2013-05-17 09:43:05pitroulinkissue17980 messages
2013-05-17 09:43:05pitroucreate