]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix parsing of uploaded filenames with special characters.
authorBen Darnell <ben@bendarnell.com>
Sun, 10 Jul 2011 21:00:09 +0000 (14:00 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 10 Jul 2011 21:00:09 +0000 (14:00 -0700)
commitf249ee3ea9a2a6a4b479da3b34be29af5d1a0a63
tree6c2e1eece8b4d01a4b5bf5f5876c3bb5f3a007c5
parenta93ccd72320989a0ac83fce7039e47df1b9959e6
Fix parsing of uploaded filenames with special characters.

Closes #24.
tornado/httputil.py
tornado/test/httpserver_test.py
tornado/test/httputil_test.py