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

2015-08-17 Thread Sean Perry
Patch to follow.

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

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

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2015-08-17 Thread Sean Perry
Public bug reported:

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.

** Affects: keystone (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Keystone log showing the exception.
   
https://bugs.launchpad.net/bugs/1485694/+attachment/4446051/+files/keystone.log

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

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

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs