summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-03-03 23:52:31 +0000
committerianb <devnull@localhost>2009-03-03 23:52:31 +0000
commit6c6088e2216956d0c77ac890894bd0922b998c7e (patch)
treebaf706aa4b5c4d9ccf47352699d5ee7b45a16b50 /docs
parent69c793c0b54259ea8b0f1e2200fb813c8defb7b8 (diff)
downloadpaste-6c6088e2216956d0c77ac890894bd0922b998c7e.tar.gz
Apply patch to paste.auth.auth_tkt to make it easier to get the cookies, and avoid wildcard cookies, and add httponly support
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 6e2b332..c1aff71 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -18,6 +18,10 @@ svn trunk
* Fix some problems with the ``wdg_validate`` middleware.
+* Improvements to :mod:`paste.auth.auth_tkt`: add httponly support,
+ don't always aggressively set cookies without the
+ ``wildcard_cookie`` option.
+
1.7.2
-----