yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17568
[Bug 1347734] [NEW] The container dashboard does not handle unicode url correctly
Public bug reported:
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.
** Affects: horizon
Importance: Undecided
Assignee: George Peristerakis (george-peristerakis)
Status: New
** Changed in: horizon
Assignee: (unassigned) => George Peristerakis (george-peristerakis)
--
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):
New
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
Follow ups
References