]> git.ipfire.org Git - thirdparty/tornado.git/commit
RequestHandler.get_argument should raise an HTTP 400 Bad Request if the argument... 253/head
authorMichele Cella <michele.cella@gmail.com>
Thu, 28 Apr 2011 10:49:03 +0000 (03:49 -0700)
committerMichele Cella <michele.cella@gmail.com>
Thu, 28 Apr 2011 10:49:03 +0000 (03:49 -0700)
commit1c4464096853fcf9de58a7f0b1e7799dbe1f5f20
tree627483d86f233edd910430226f28605ff2be1745
parente805590e69b9ae62b94b85f8ae90d21b6f47b0be
RequestHandler.get_argument should raise an HTTP 400 Bad Request if the argument is missing, not a misleading HTTP 404 Not Found.
tornado/web.py