Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returns error message when sending files to lighttpd webdav #3177

Closed
cyberduck opened this issue May 6, 2009 · 3 comments
Closed

Returns error message when sending files to lighttpd webdav #3177

cyberduck opened this issue May 6, 2009 · 3 comments
Assignees
Labels
bug duplicate webdav WebDAV Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

stuinzuri created the issue

lighttpd v1.4.19 (Ubuntu 9)
Cyberduck v3.2 (4648)

Error:
I/O Error: Failed Upload"
Picture 2.png
null (417)

TRANSCRIPT:

 Host: office.simplex.tv[\r][\n]
 Depth: 1[\r][\n]
 [\r][\n]
 HTTP/1.1 207 Multi-status[\r][\n]
 HTTP/1.1 207 Multi-status[\r][\n]
 Content-Type: text/xml; charset="utf-8"[\r][\n]
 Content-Length: 2244[\r][\n]
 Date: Wed, 06 May 2009 13:21:33 GMT[\r][\n]
 Server: lighttpd/1.4.19[\r][\n]
 [\r][\n]
 PUT /Picture%203.png HTTP/1.1[\r][\n]
 User-Agent: Cyberduck/3.2 (4648)[\r][\n]
 Host: office.simplex.tv[\r][\n]
 Expect: 100-continue[\r][\n]
 Content-Length: 213167[\r][\n]
 Content-Type: image/png[\r][\n]
 [\r][\n]
 HTTP/1.1 417 Expectation Failed[\r][\n]
 HTTP/1.1 417 Expectation Failed[\r][\n]
 Connection: close[\r][\n]
 Content-Length: 0[\r][\n]
 Date: Wed, 06 May 2009 13:21:34 GMT[\r][\n]
 Server: lighttpd/1.4.19[\r][\n]
 [\r][\n]

@cyberduck
Copy link
Collaborator Author

stuinzuri commented

Sorry...should have previewed first. I tried to put into a code block in this comment, but the spam thing is blocking me...

lighttpd v1.4.19 (Ubuntu 9)
Cyberduck v3.2 (4648)

Error: 
  I/O Error: Failed Upload"
  Picture 2.png
  null (417)

TRANSCRIPT:
 Host: office.simplex.tv[\r][\n]
 Depth: 1[\r][\n]
 [\r][\n]
 HTTP/1.1 207 Multi-status[\r][\n]
 HTTP/1.1 207 Multi-status[\r][\n]
 Content-Type: text/xml; charset="utf-8"[\r][\n]
 Content-Length: 2244[\r][\n]
 Date: Wed, 06 May 2009 13:21:33 GMT[\r][\n]
 Server: lighttpd/1.4.19[\r][\n]
 [\r][\n]
 PUT /Picture%203.png HTTP/1.1[\r][\n]
 User-Agent: Cyberduck/3.2 (4648)[\r][\n]
 Host: office.simplex.tv[\r][\n]
 Expect: 100-continue[\r][\n]
 Content-Length: 213167[\r][\n]
 Content-Type: image/png[\r][\n]
 [\r][\n]
 HTTP/1.1 417 Expectation Failed[\r][\n]
 HTTP/1.1 417 Expectation Failed[\r][\n]
 Connection: close[\r][\n]
 Content-Length: 0[\r][\n]
 Date: Wed, 06 May 2009 13:21:34 GMT[\r][\n]
 Server: lighttpd/1.4.19[\r][\n]
 [\r][\n]

@cyberduck
Copy link
Collaborator Author

stuinzuri commented

Oh, and I see in the lighhtp server logs the below. (The HTTP 401s concern me...) The PUT does not seem to be authenticated, the user name is missing in the logs.

::ffff:212.41.210.209 office.simplex.tv - [06/May/2009:15:21:21 +0200] "PROPFIND / HTTP/1.1" 401 351 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv myusername [06/May/2009:15:21:24 +0200] "PROPFIND / HTTP/1.1" 207 689 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv - [06/May/2009:15:21:25 +0200] "PROPFIND / HTTP/1.1" 401 351 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv myusername [06/May/2009:15:21:29 +0200] "PROPFIND / HTTP/1.1" 207 689 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv - [06/May/2009:15:21:29 +0200] "PROPFIND / HTTP/1.1" 401 351 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv myusername [06/May/2009:15:21:33 +0200] "PROPFIND / HTTP/1.1" 207 2244 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 - - [06/May/2009:15:21:34 +0200] "PUT /Picture%203.png HTTP/1.1" 417 0 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv - [06/May/2009:15:21:34 +0200] "PROPFIND / HTTP/1.1" 401 351 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv myusername [06/May/2009:15:21:38 +0200] "PROPFIND / HTTP/1.1" 207 689 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv - [06/May/2009:15:21:38 +0200] "PROPFIND / HTTP/1.1" 401 351 "-" "Cyberduck/3.2 (4648)"
::ffff:212.41.210.209 office.simplex.tv myusername [06/May/2009:15:21:42 +0200] "PROPFIND / HTTP/1.1" 207 2244 "-" "Cyberduck/3.2 (4648)"

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is a duplicate of issue #2896. Preemptive username authentication is enabled again in the current nightly build.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants