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
Changes by memkmemk :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue23238>
___
___
Python-bugs-list mailing list
Unsubscrib
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 ' '