summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-01 18:42:51 -0500
committerIan Bicking <ianb@colorstudy.com>2010-09-01 18:42:51 -0500
commit0d687c2dacd7485694e093c7f1b7a4777af39aed (patch)
treea7e6c7ce37337e10fb4268284e4a975b50d2bbb0 /docs
parentc36883f52e019c4d609f3a787f37b74880a0fdf4 (diff)
downloadpaste-0d687c2dacd7485694e093c7f1b7a4777af39aed.tar.gz
Quote usernames in auth_tkt tickets (http://trac.pythonpaste.org/pythonpaste/ticket/380)
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index f2899c5..f2dd71c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -17,6 +17,9 @@ tip
* Fixed some corner cases with CGI scripts
+* :mod:`paste.auth.auth_tkt` will URL-quote usernames, avoiding some
+ errors with usernames with ``!`` in them.
+
1.7.4
-----