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

"Expect: 100-continue" for Uploads #6012

Closed
cyberduck opened this issue Jun 17, 2011 · 2 comments
Closed

"Expect: 100-continue" for Uploads #6012

cyberduck opened this issue Jun 17, 2011 · 2 comments
Assignees
Labels
bug duplicate webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

Mmirsch created the issue

I am testing Webdav Applications for use with our webdav server that is squid based.

I insert Debug-output.

When trying to upload a small textfile:

DEBUG org.apache.http.headers - >> PUT /tmp/test.txt HTTP/1.1
DEBUG org.apache.http.headers - >> Expect: 100-continue

I get:

DEBUG org.apache.http.impl.conn.DefaultClientConnection - Receiving response: HTTP/1.0 417 Expectation failed

The problem seems to be the "Expect: 100-continue" statement.

Is there a solution to upload files without this expect-statement?

Thanks,
Manfred Mirsch

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We currently require the server to support the expect continue handshake. I will look into relaxing this requirement. The same issue was originally reported in #2896.

As you are just testing anyway, can you please upgrade to the latest beta or snapshot build (via built in software update) which features a completely rewritten implementation of the WebDAV protocol.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please test with the latest snapshot build (0580ba6) which will be available shortly and report back here.

@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