Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server.py:_parse_query_string: split only on first "="
Since form data is not URL encoded it may contain raw "=" characters. Limit the key/value pair split only to the *first* occurrence of "=". Signed-off-by: Philip Howard <[email protected]>
- Loading branch information