File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Release notes
4
4
.. toctree ::
5
5
:maxdepth: 2
6
6
7
+ releases/v2.2.1
7
8
releases/v2.2.0
8
9
releases/v2.1.1
9
10
releases/v2.1.0
Original file line number Diff line number Diff line change
1
+ What's new in Tornado 2.2.1
2
+ ===========================
3
+
4
+ Apr 23, 2012
5
+ ------------
6
+
7
+ Security fixes
8
+ ~~~~~~~~~~~~~~
9
+
10
+ * `tornado.web.RequestHandler.set_header ` now properly sanitizes input
11
+ values to protect against header injection, response splitting, etc.
12
+ (it has always attempted to do this, but the check was incorrect).
13
+ Note that redirects, the most likely source of such bugs, are protected
14
+ by a separate check in `RequestHandler.redirect `.
15
+
16
+ Bug fixes
17
+ ~~~~~~~~~
18
+
19
+ * Colored logging configuration in `tornado.options ` is compatible with
20
+ Python 3.2.3 (and 3.3).
You can’t perform that action at this time.
0 commit comments