ZF-12309: Zend_Service_Rackspace_Files prepends '/' to filename
Description
When creating and downloading files the leading '/' is not stripped from the path. This means that you cannot download files that have been uploaded to the root of the container via the control panel (they have no leading '/').
Comments
Posted by Matt Kynx (kynx) on 2012-06-29T14:05:00.000+0000
I've got a patch for this. Just waiting for CLA to get approved.
Posted by Matt Kynx (kynx) on 2012-06-30T10:10:07.000+0000
Actually this isn't exactly a bug. I'm working on a stream wrapper for cloudfiles, and that was sending the path with a forward slash prepended.
However the attached stops stupids like me breaking things and the code a little tidier (imho ;)
Posted by Matt Kynx (kynx) on 2012-07-08T09:07:51.000+0000
ZF-12327 has a more complete patch that includes validation of the container and object names.