diff options
| author | ianb <devnull@localhost> | 2006-07-20 00:07:57 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-07-20 00:07:57 +0000 |
| commit | bdfabe5e64f3ee1c11a2f8eb8f16190bc98436aa (patch) | |
| tree | 3c417a612b5ca1fc54c57b8613ebd9604e1e017f /docs | |
| parent | db280487d5203e6dc3a02985b8d02bb5b0ec30ff (diff) | |
| download | paste-bdfabe5e64f3ee1c11a2f8eb8f16190bc98436aa.tar.gz | |
Keep wsgi.input from being eaten when the cgi module is looking for POST variables
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt index 7477d70..a438df1 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -66,6 +66,10 @@ NEWS ``paste.util.multidict``, particularly in ``paste.wsgiwrappers`` where ``request.GET`` returns a new style of dictionary interface. +* Be more careful in ``paste.request.parse_formvars`` not to let + the ``cgi`` module read from ``wsgi.input`` when there are no + parsable variables in the input (based on ``CONTENT_TYPE``). + 0.9.3 ----- |
