Sanjeev N created CLOUDSTACK-4188:
-------------------------------------
Summary: [Object_Store_Refactor][UI] UI decodes the url returend
from extractVolume command and download volume fails with the URL prompted in UI
Key: CLOUDSTACK-4188
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4188
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Storage Controller, UI
Affects Versions: 4.2.0
Environment: Latest build from ACS 4.2 branch
Reporter: Sanjeev N
Priority: Critical
Fix For: 4.2.0
UI decodes the url returend from extractVolume command and download volume
fails with the URL prompted in UI
Steps to Reproduce:
===============
1.Bring up CS with xen cluster using S3 as the secondary storage provider.
2.deploy guest vm with default cent os template
3.Create a custom data disk, attach to the vm and detach it
4.Now click on download volume tab from UI
Result:
=======
UI is decoding the url returned from API, as a result of this download volume
fails.
Download volume is successful with the URL returned from the api.
Responses:
=========
from API:
"url":"http://10.147.29.56:8080/imagestore/volumes%2F2%2F14%2F05063357-d209-4a99-96ec-61a325d28709.vhd?Expires=1375975401&AWSAccessKeyId=A0IP4GB0RAG0U84JFG7W&Signature=dexrPiUEzELbIdcRTuTbfeM%2BSuw%3D"
from UI:
http://10.147.29.56:8080/imagestore/volumes/2/14/05063357-d209-4a99-96ec-61a325d28709.vhd?Expires=1375975401&AWSAccessKeyId=A0IP4GB0RAG0U84JFG7W&Signature=dexrPiUEzELbIdcRTuTbfeM+Suw=
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira