mod_wsgi exception processing UTF-8 Header
Bug #1312971 reported by
Adam Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Adam Young | ||
Icehouse |
Fix Released
|
Medium
|
Nathan Kinder | ||
python-keystoneclient |
Won't Fix
|
Medium
|
Adam Young |
Bug Description
Using master version of python-
[Fri Apr 25 18:28:14.775659 2014] [:error] [pid 5075] [remote 10.10.63.250:2982] mod_wsgi (pid=5075): Exception occurred processing WSGI script '/var/www/
[Fri Apr 25 18:28:14.775801 2014] [:error] [pid 5075] [remote 10.10.63.250:2982] TypeError: expected byte string object for header value, value of type unicode found
Its due to the utf-8 encoding in keystoneclient/
affects: | keystone → python-keystoneclient |
Changed in python-keystoneclient: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in keystone: | |
assignee: | nobody → Adam Young (ayoung) |
Changed in python-keystoneclient: | |
assignee: | nobody → Adam Young (ayoung) |
Changed in keystone: | |
status: | Incomplete → In Progress |
Changed in keystone: | |
milestone: | none → juno-1 |
status: | Fix Committed → Fix Released |
tags: | added: icehouse-backport-potential |
Changed in python-keystoneclient: | |
importance: | High → Medium |
tags: | removed: icehouse-backport-potential |
Changed in keystone: | |
importance: | Undecided → Medium |
Changed in keystone: | |
milestone: | juno-1 → 2014.2 |
To post a comment you must log in.
Lets track it for both: it might not really be an issue that cms has converted from str to utf-8 for most things, just that mod_wsgi is enforcing what comes across in the header. I have a patch submitted alrady that mitigates the Keystone problem: https:/ /review. openstack. org/#/c/ 90476/ I'll make sure it gets linked here.