summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@digitalartefacts.com>2013-10-19 03:18:05 -0500
committerMichael Merickel <michael@digitalartefacts.com>2013-10-19 03:18:05 -0500
commit42f0cb2923200f07c89e011f80fe15e3c65caf03 (patch)
tree0e671d21907fa8446e7c8c4981d39d8476475f47
parent604297a083419278d85be47e40d1905043c38460 (diff)
downloadpyramid-42f0cb2923200f07c89e011f80fe15e3c65caf03.tar.gz
pyramid-42f0cb2923200f07c89e011f80fe15e3c65caf03.tar.bz2
pyramid-42f0cb2923200f07c89e011f80fe15e3c65caf03.zip
update changelog
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a228fbb3a..f170308b0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -32,6 +32,12 @@ Bug Fixes
- Remove unused ``renderer`` argument from ``Configurator.add_route``.
+- Allow the ``BasicAuthenticationPolicy`` to work with non-ascii usernames
+ and passwords. The charset is not passed as part of the header and different
+ browsers alternate between UTF-8 and Latin-1, so the policy now attempts
+ to decode with UTF-8 first, and will fallback to Latin-1.
+ See https://github.com/Pylons/pyramid/pull/1170
+
Documentation
-------------