[ckan-changes] commit/ckan: rgrp: [bugfix][s]: (refs #78) bump repoze.who requirement to 1.0.19 from 1.0.18 as bug in 1.0.18 with cookie remember/max-age.
Bitbucket
commits-noreply at bitbucket.org
Wed Sep 7 16:57:55 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/b9070620a8f7/
changeset: b9070620a8f7
user: rgrp
date: 2011-09-07 18:56:47
summary: [bugfix][s]: (refs #78) bump repoze.who requirement to 1.0.19 from 1.0.18 as bug in 1.0.18 with cookie remember/max-age.
* Major bug in that login was impossible if using modwsgi (no problem with paster as less strict about unicode headers)
* Errors in apache log of form: "mod_wsgi (pid=1618): Exception occurred processing WSGI script ... test.ckan.net/user/login ... TypeError: expected string object for header value, referer: http://test.ckan.net/user/login"
* After detailed comparison and local checking with apache discovered that 1.0.19 was ok. Checking 1.0.19 changelog confirmed this: "Avoid propagating unicode 'max_age' value into cookie headers. See https://bugs.launchpad.net/bugs/674123."
affected #: 1 file (0 bytes)
--- a/requires/lucid_present.txt Wed Sep 07 17:43:41 2011 +0100
+++ b/requires/lucid_present.txt Wed Sep 07 17:56:47 2011 +0100
@@ -14,7 +14,7 @@
# with pylons 0.9.7 (change to imports of Multidict)
webob==1.0.8
Pylons==0.9.7
-repoze.who==1.0.18
+repoze.who==1.0.19
tempita==0.4
zope.interface==3.5.3
# These are both combined into the python-repoze.who-plugins package
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list