← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1347734] Re: The container dashboard does not handle unicode url correctly

 

** Changed in: horizon/icehouse
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1347734

Title:
  The container dashboard does not handle unicode url correctly

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in OpenStack Dashboard (Horizon) icehouse series:
  Fix Released

Bug description:
  In many places in the container dashboard, the arguments passed into
  the reverse function are processed with urlquote.

  ie reverse(url_name, args(urlquote(container_name))

  This causes the container name to be quoted twice, since reverse runs
  urlquote also. The results are errors from the swift backend.

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


References