-
Notifications
You must be signed in to change notification settings - Fork 671
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
Basic auth does not allow to log out #9545
Comments
Reproduced with testpilotcloud-client 2.10.1-rc1 on Windows 10 with winVFS ON:
|
Not reproducible with testpilotcloud 2.10.1-rc1 on openSUSE 15.3
|
Cannot reproduce this with both the testpilotcloud and ownCloud clients on Linux. The dialog has not automatically popped up within about 10 minutes. I assume this is VFS-related (something is trying to access files in the background, which does not work due to the client not being logged in). The behavior we see in the .gif is correct: you dismiss the dialog, on the top left it then says "logged out". This is what the fix implemented. This is a different problem, so please open a new issue. |
We just reviewed this again. The issue persists apparently. Therefore reopening. The issue only occurs when using VFS on Windows, it seems. It seems like the VFS code doesn't benefit from the fix in #9547, it does not see that the user is logged out after pressing cancel. Note that this only happens on the first re-login attempt after logging out. Logging in, then logging out again does not trigger the dialog again. |
Logs from ownCloud 2.10.1-rc1 on Windows 10 VFS ON show that there is an endless loop with 'host requires authentication' ("Der Host verlangt eine Authentifizierung")
I will retest with rc2 and provide the logs. |
Same behaviour with owncloud-client 2.10.1-rc2: on Windows 10 VFS ON the first attempt to logout results in an endless loop for "Host requires authentication":
Maybe that's the reason for the problem: "No 'Authorization: Basic' header found. Either the client didn't send one ..."
|
The basic auth code changed dramatically, is the issue still reproducible? |
I can log out with mac client 3.0.0 beta 1, oc 10.11.0 with basic auth |
Works for me on Ubuntu, too. Let's call this one resolved. Thanks! |
When cancel is selected the popup appears again and again rendering the client useless.

The text was updated successfully, but these errors were encountered: