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 Magnus Johnsson
Recipients Magnus Johnsson, ethan.furman, gvanrossum
Date 2020-08-03.20:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596485434.29.0.827640416174.issue41398@roundup.psfhosted.org>
In-reply-to
Content
No, of course not.
The request is completely valid. Python's cgi library parses it wrong.

The 'resolution' that needs to be done is to fix it in python's source.
That, and the libraries that depend on it, like twisted, probably needs to move away from using python's cgi library at all, given the age of this bug.

As it stands, we have had to patch 16 separate calls, and will be moving away from the twisted-based server over it anyway, since it seems sketchy.

Going to have a peek at the source, but I am a bit hesitant to touch things that have that large a userbase.
History
Date User Action Args
2020-08-03 20:10:34Magnus Johnssonsetrecipients: + Magnus Johnsson, gvanrossum, ethan.furman
2020-08-03 20:10:34Magnus Johnssonsetmessageid: <1596485434.29.0.827640416174.issue41398@roundup.psfhosted.org>
2020-08-03 20:10:34Magnus Johnssonlinkissue41398 messages
2020-08-03 20:10:34Magnus Johnssoncreate