https://bugs.kde.org/show_bug.cgi?id=373323
Andreas Schwab <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|Git |5.29.0 Component|general |general Product|konqueror |frameworks-kio --- Comment #1 from Andreas Schwab <[email protected]> --- This is really a kio bug. Workaround: Index: kio-5.29.0/src/ioslaves/http/http.cpp =================================================================== --- kio-5.29.0.orig/src/ioslaves/http/http.cpp +++ kio-5.29.0/src/ioslaves/http/http.cpp @@ -5525,7 +5525,7 @@ bool HTTPProtocol::handleAuthenticationH if (!authTokens.isEmpty()) { goto try_next_auth_scheme; } else { - error(ERR_UNSUPPORTED_ACTION, i18n("Authorization failed.")); + //error(ERR_UNSUPPORTED_ACTION, i18n("Authorization failed.")); authRequiresAnotherRoundtrip = false; } //### return false; ? -- You are receiving this mail because: You are watching all bug changes.
