[issue1394565] SimpleHTTPServer doesn't understand query arguments

2007-10-01 Thread philfr
philfr added the comment: I created the new issue 1224 for this. _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscrib

[issue1394565] SimpleHTTPServer doesn't understand query arguments

2007-10-01 Thread philfr
philfr added the comment: This fix introduces a nasty side-effect: "GET http://server//file"; (with two /s) does not work anymore. It returns the directory index instead. This is because urlparse is not applied to an URL, but to its right-hand part starting at the path. urlparse.urlparse("http: