Back to bug 1012885

Who When What Removed Added
RHEL Program Management 2013-09-27 10:50:15 UTC Target Release --- 4.0
Haim 2013-09-29 16:07:27 UTC QA Contact ajeain dron
Julie Pichon 2013-10-23 15:35:07 UTC Keywords Triaged
Target Release 4.0 5.0
Assignee rhos-maint jpichon
Severity high medium
Link ID Launchpad 1231904
John Skeoch 2014-01-13 01:05:12 UTC CC hateya
Julie Pichon 2014-01-21 16:18:57 UTC Status NEW POST
Doc Text Cause: The percent sign ('%') when used in a container name could break the URLs in Horizon, causing a 'Bad Request' page to be returned.

Consequence: Horizon would fail to create containers with a name containing the '%' character, and/or fail to list, upload or download files from such a container.

Fix: URLs are properly quoted.

Result: Horizon can display containers with such a name, and the user can create a container with '%' in the name as well as list, upload, and download files from it.
Target Milestone --- Upstream M1
Summer Long 2014-04-11 05:59:44 UTC CC slong
Julie Pichon 2014-05-27 09:56:16 UTC Status POST MODIFIED
Fixed In Version python-django-horizon-2014.1-4.el7ost
Link ID OpenStack gerrit 55702
Alvaro Lopez Ortega 2014-06-12 15:49:55 UTC Status MODIFIED ON_QA
Amit Ugol 2014-06-18 08:52:42 UTC Status ON_QA VERIFIED
CC augol
QA Contact dron augol
Deepti Navale 2014-06-25 03:45:59 UTC CC dnavale
Doc Text Cause: The percent sign ('%') when used in a container name could break the URLs in Horizon, causing a 'Bad Request' page to be returned.

Consequence: Horizon would fail to create containers with a name containing the '%' character, and/or fail to list, upload or download files from such a container.

Fix: URLs are properly quoted.

Result: Horizon can display containers with such a name, and the user can create a container with '%' in the name as well as list, upload, and download files from it.
Previously, when a container was named with '%' character, the URL in the Dashboard would break, causing a 'Bad Request' page to be returned. As a result, Horizon would fail to create containers with the name containing '%' character. It would also fail to list, upload or download files from such a container.
With this bug fix, the URLs are quoted properly. Users can now create containers with '%' in the name using the Dashboard and also list, upload and downloads files from such a container.
errata-xmlrpc 2014-07-07 15:02:44 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2014-07-08 15:42:39 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-07-08 11:42:39 UTC
John Skeoch 2015-02-15 22:02:30 UTC CC athomas

Back to bug 1012885