Opened on Apr 27, 2014 at 1:47:24 PM
Closed on Apr 30, 2014 at 1:08:43 PM
Last modified on May 1, 2014 at 10:42:16 PM
#7906 closed defect (thirdparty)
"Length required" error at objects creation
Reported by: | dafresh | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | openstack | Version: | 4.4.4 |
Severity: | major | Keywords: | |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.9 |
Description (last modified by dkocher)
Hello,
I get an error message "Length Required." when I do the following action :
- create new empty file
- create a new folder
- sporadically on folder or empty file when syncing local folder to remote bucket
Context : Swift swauth
Header error example :
PUT /swift/v1/user1/folder10 HTTP/1.1 X-Auth-Token: AUTH_rgwtk0b00000075736572313a7377696674070f422d0f8841af344a5e5378f9e7142fe8f1455ad01c1212833065332599d0411904e2 Transfer-Encoding: chunked Content-Type: application/directory Host: node1.home Connection: Keep-Alive User-Agent: Cyberduck/4.4.4 (Mac OS X/10.9.2) (x86_64) HTTP/1.1 411 Length Required Date: Sun, 27 Apr 2014 13:38:18 GMT Server: Apache/2.4.7 (Ubuntu) Content-Length: 238 Connection: close Content-Type: text/html; charset=iso-8859-1
The header 'Content-Lenght' seams there, could it be a server side issue ? (remote is Ceph radosgw)
Thanks
Change History (5)
comment:1 Changed on Apr 27, 2014 at 1:48:17 PM by dafresh
- Description modified (diff)
comment:2 Changed on Apr 27, 2014 at 3:41:39 PM by dkocher
- Description modified (diff)
comment:3 Changed on Apr 27, 2014 at 3:54:56 PM by dkocher
- Summary changed from "lenght required" error at objects creation to "Length required" error at objects creation
comment:4 Changed on Apr 30, 2014 at 1:08:43 PM by dkocher
- Resolution set to thirdparty
- Status changed from new to closed
comment:5 Changed on May 1, 2014 at 10:42:16 PM by dafresh
Thanks for input.
Cheers,
Cédric
Note: See
TracTickets for help on using
tickets.
We cannot replicate this issue with Swift deployments. The transfer-length is defined by use of the "chunked" transfer-coding.