[issue23238] http.server failed to decode '+' to ' ' when calling cgi script/executable in window

2015-01-14 Thread memkmemk
memkmemk added the comment: OK. Here is the exact things I did. All the txt is in the attached codes.zip I was playing around with python -m http.server --cgi and decided to make a java cgi. So 1. I created one and compile it. (hellojava.java) 2. Test run it in console. (c1.txt) 3. as java

[issue23238] http.server failed to decode '+' to ' ' when calling cgi script/executable in window

2015-01-14 Thread memkmemk
Changes by memkmemk : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue23238> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue23238] http.server failed to decode '+' to ' ' when calling cgi script/executable in window

2015-01-14 Thread memkmemk
New submission from memkmemk: The actual commandline generated from http request does not decode '+' back to ' ' -- messages: 234016 nosy: memkmemk priority: normal severity: normal status: open title: http.server failed to decode '+' to ' '