File: v1.1.1.rst

package info (click to toggle)
python-tornado 6.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,176 kB
  • sloc: python: 28,920; javascript: 156; sh: 100; ansic: 72; xml: 49; makefile: 49; sql: 23
file content (22 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
What's new in Tornado 1.1.1
===========================

Feb 8, 2011
-----------

::

    Tornado 1.1.1 is a BACKWARDS-INCOMPATIBLE security update that fixes an
    XSRF vulnerability.  It is available at
    https://github.com/downloads/facebook/tornado/tornado-1.1.1.tar.gz

    This is a backwards-incompatible change.  Applications that previously
    relied on a blanket exception for XMLHTTPRequest may need to be modified
    to explicitly include the XSRF token when making ajax requests.

    The tornado chat demo application demonstrates one way of adding this
    token (specifically the function postJSON in demos/chat/static/chat.js).

    More information about this change and its justification can be found at
    http://www.djangoproject.com/weblog/2011/feb/08/security/
    http://weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails