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

Only single login attempt possible #7940

Closed
cyberduck opened this issue May 7, 2014 · 2 comments
Closed

Only single login attempt possible #7940

cyberduck opened this issue May 7, 2014 · 2 comments
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

5792be4 created the issue

When I try to login with WebDAV, if I receive a 401 Unauthorized response from the server, I cannot login afterwards. Usually, WebDAV tries an anonymous login first, which always triggers this error, but if I type username@domain and enter my password correct the first time, everything works fine. What happens is the following:

    1. I try to open a connection with my server.
    1. The server logs a HEAD request with username (anonymous, for example) and replies 401.
    1. I change the username and/or password.
    1. The server logs a HEAD request without username and replies 401.
    1. I can repeat with step 3, but only restarting Cyberduck gets me back to step 1.

So it seems that at subsequent requests, the webserver does not receive the credentials correctly.
The webserver is Apache 2.2.22 running on Debian. If you need more information, please let me know.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added failing test in 1fd7379.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 7b3a2ae.

@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 fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants