[Bug 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

James Page james.page at ubuntu.com
Fri Sep 11 11:34:03 UTC 2015


** Changed in: keystone (Ubuntu Wily)
     Assignee: (unassigned) => James Page (james-page)

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1485694

Title:
  Keystone raises an exception when it receives incorrectly encoded
  parameters

Status in Keystone:
  Fix Released
Status in keystone package in Ubuntu:
  In Progress
Status in keystone source package in Wily:
  In Progress

Bug description:
  The following command will cause an exception:

      $ curl -g -i -X GET
  http://localhost:35357/v3/users?name=nonexit%E8nt -H "User-Agent:
  python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token:
  "ADMIN

  This command works as expected:

      $ curl -g -i -X GET
  http://localhost:35357/v3/users?name=nonexit%C3%A8nt -H "User-Agent:
  python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token:
  ADMIN"

  The exception occurs fairly deep in the WebOb library while it is
  trying to parse the parameters our of the URL.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1485694/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list