Wido den Hollander created CLOUDSTACK-9238:
----------------------------------------------
Summary: URL fields in database are to small. Cause malformed URLs
Key: CLOUDSTACK-9238
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9238
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Management Server
Affects Versions: 4.6.0, 4.7.0, 4.8.0
Reporter: Wido den Hollander
Assignee: Wido den Hollander
Fix For: 4.8.0
In for example the 'volume_store_ref' table the 'download_url' field is a
VARCHAR(255).
This is to short for URLs. Same goes for the 'object_datastore_ref' table and
the 'url' field.
With pre-signed S3 URLs this will cause issues.
The fix would be to change the database fields to a VARCHAR(2048). No
code-change is required.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)