summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-11-01 20:43:54 +0000
committerianb <devnull@localhost>2006-11-01 20:43:54 +0000
commitab8daf833d5671e99a2cbacbbdb479761581e36a (patch)
tree5c4e24e5c92bebdc8b3651f872e00349dc64854c /docs
parentde05e8615407091848983c3be75e5f0441e27e38 (diff)
downloadpaste-ab8daf833d5671e99a2cbacbbdb479761581e36a.tar.gz
Make WWW-Authenticate header not required for httpexceptions.HTTPUnauthorized
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index d670c7c..075aaa6 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+svn trunk
+---------
+
+* Changed ``paste.httpexceptions.HTTPUnauthorized`` so that the
+ ``WWW-Authenticate`` header is not required. 401 responses don't
+ *have* to have that header.
+
1.0
---