Changes between Version 1 and Version 2 of Ticket #8142, comment 1
- Timestamp:
- Aug 10, 2014 4:32:28 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8142, comment 1
v1 v2 1 1 I'm seeing this issues on Mac OS X as well. The problem is the use of double slashes at the '''end of prefix''' that is passed by Cyberduck to the Object Store. I can see the double forward slashes in the log drawer in version 4.5.1 , but not in version 4.4.5. With double slashes, the proxy return no objects in the listing. Examples, from Curl: 2 2 3 4 {{{ 3 5 $ curl "https://proxy-01.example.com/v1/AUTH_abcdefg/dcc?format=json&prefix=BigParade//" -X GET -H "X-Auth-Token: deadbeefdeadbeef""[[BR]] 4 6 [] … … 6 8 $ curl "https://proxy-01.example.com/v1/AUTH_abcdefg/dcc?format=json&prefix=BigParade/" -X GET -H "X-Auth-Token: deadbeefdeadbeef"[[BR]] 7 9 [{"hash": "795f3365f01a1d4c1390324be8210fb4", "last_modified": "2014-06-05T16:58:43.208350", "bytes": 2200262, "name": "BigParade/IMG_0118.JPG", "content_type": "image/jpeg"}, <snip> 10 }}}