summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-02-22 16:21:39 -0500
committerChris McDonough <chrism@plope.com>2011-02-22 16:21:39 -0500
commit0fd8eab45796417bbd8653d3f4e952135d4f8960 (patch)
tree35d80278fe2d206630d51af9495642583e55f851 /CHANGES.txt
parent182aa7439f764cfe7811c68f7aedb291bc16d56b (diff)
downloadpyramid-0fd8eab45796417bbd8653d3f4e952135d4f8960.tar.gz
pyramid-0fd8eab45796417bbd8653d3f4e952135d4f8960.tar.bz2
pyramid-0fd8eab45796417bbd8653d3f4e952135d4f8960.zip
From the code:
# While Chrome, IE, and Firefox can cope, Opera (at least) cannot # cope with a port number in the cookie domain when the URL it # receives the cookie from does not also have that port number in it # (e.g via a proxy). In the meantime, HTTP_HOST is sent with port # number, and neither Firefox nor Chrome do anything with the # information when it's provided in a cookie domain except strip it # out. So we strip out any port number from the cookie domain # aggressively to avoid problems. See also # https://github.com/Pylons/pyramid/issues/131 Closes #131
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index be295a51d..37d7a3dfc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,12 @@ Features
- Added ``pyramid.i18n.make_localizer`` API (broken out from
``get_localizer`` guts).
+Bug Fixes
+---------
+
+- Don't send port numbers along with domain information in cookies set by
+ AuthTktCookieHelper (see https://github.com/Pylons/pyramid/issues/131).
+
1.0 (2011-01-30)
================