]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add XSRF change to the release notes.
authorBen Darnell <ben@bendarnell.com>
Wed, 9 Jul 2014 02:49:30 +0000 (22:49 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 9 Jul 2014 02:49:30 +0000 (22:49 -0400)
docs/releases/next.rst

index 2d99dd1f28a8f92a05c1b0963b1a641271f2e5ed..5dcd20ebdfd53ac026991921799ddfc3ed1d1786 100644 (file)
@@ -269,6 +269,11 @@ Other notes
 * `.StaticFileHandler` now streams response bodies to the client.
 * New setting ``compress_response`` replaces the existing ``gzip``
   setting; both names are accepted.
+* XSRF cookies that were not generated by this module (i.e. strings without
+  any particular formatting) are once again accepted (as long as the
+  cookie and body/header match).  This pattern was common for
+  testing and non-browser clients but was broken by the changes in
+  Tornado 3.2.2.
 
 `tornado.websocket`
 ~~~~~~~~~~~~~~~~~~~