Issue 1436206: CGIHTTPServer doesn't handle path names with embeded space (original) (raw)

Issue1436206

Created on 2006-02-21 21:56 by rick-eci, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60870 - (view) Author: Richard Coupland (rick-eci) Date: 2006-02-21 21:56
On Windows, if the path name of a CGI script to be run contains one or more space characters, the path name is split into multiple parameters causing an error. I have not tried not tried this on other platforms.
msg60871 - (view) Author: Hartmut Goebel (htgoebel) Date: 2006-08-06 19:45
Logged In: YES user_id=376953 I just submitted a patch for this. see patch #1535504.
msg83901 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-03-21 00:27
See issue 1535504 for patch.
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42931
2009-04-05 13:48:59 georg.brandl set status: open -> closedresolution: duplicatedependencies: - CGIHTTPServer doesn't handle path names with embeded spacesuperseder: CGIHTTPServer doesn't handle path names with embeded space
2009-03-21 00:27:31 ajaksu2 set dependencies: + CGIHTTPServer doesn't handle path names with embeded spacetype: behaviorversions: + Python 2.6, - Python 2.4nosy: + ajaksu2messages: + stage: test needed
2006-02-21 21:56:38 rick-eci create