[Cyberduck-trac] [Cyberduck] #2492: Incompatibility with Bingodisk
Cyberduck
trac at trac.cyberduck.ch
Mon Dec 15 23:32:30 CET 2008
#2492: Incompatibility with Bingodisk
-------------------------------------+--------------------------------------
Reporter: rene.androsch@… | Owner: dkocher
Type: defect | Status: reopened
Priority: normal | Milestone: 3.2
Component: webdav | Version: 3.0.2
Severity: normal | Resolution:
Keywords: |
-------------------------------------+--------------------------------------
Changes (by dkocher):
* status: closed => reopened
* resolution: duplicate =>
Comment:
#2268 has been resolved but BingoDisk does not correctly implement the
[http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html HTTP/1.1 Continue]
feature it seems. It first sends a `100 Continue` but then gives a `401`
only after the request body has been sent. It is expected that the `401`
is returned immediately when no authentication credentials are given.
{{{
PUT /bingo/public/DSC01446.JPG HTTP/1.1[\r][\n]
Content-Type: application/octet-stream[\r][\n]
User-Agent: Cyberduck/_VERSION_ (_REVISION_)[\r][\n]
Host: demo.bingodisk.com[\r][\n]
Expect: 100-continue[\r][\n]
Content-Length: 3061257[\r][\n]
[\r][\n]
HTTP/1.1 100 Continue[\r][\n]
HTTP/1.1 100 Continue[\r][\n]
[\r][\n]
HTTP/1.1 401 Authorization Required[\r][\n]
HTTP/1.1 401 Authorization Required[\r][\n]
}}}
--
Ticket URL: <http://trac.cyberduck.ch/ticket/2492#comment:6>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV and Amazon S3 Browser for Mac OS X.
More information about the Cyberduck-trac
mailing list