Version: (using Devel) OS: Linux Installed from: Compiled sources After i've upgraded to KDE 4.2 Beta packages kio_http always pops up proxy authorisation dialog with filled in correct credentials from kwallet. This happens at least in ktorrent and amarok2. Konqueror popps up such dialog only once after its start, but again konqueror in KDE 4.1 didn't do it at all, only request for kwallet pasword. I've enabled kio_http and kio_http_debug options in KDebugDialog and here what i see in debug output: kio_http(19887)/kio_http_debug HTTPProtocol::reparseConfiguration: kio_http(19887)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "dot.kde.org" ( "dot.kde.org" ) kio_http(19887)/kio_http_debug HTTPProtocol::get: "http://dot.kde.org" kio_http(19887)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://dot.kde.org" kio_http(19887)/kio_http_debug HTTPProtocol::get: "http://dot.kde.org/" kio_http(19887)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://dot.kde.org/" kio_http(19887)/kio_http_debug HTTPProtocol::resetSessionSettings: Using proxy: true URL: "http://10.11.21.69:8080" Realm: "" kio_http(19887)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(19887)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "48234497" kio_http(19887)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(19887)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(19887)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(19887)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19887)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19887)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19887)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Calling checkCachedAuthentication kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(19887) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19887) HTTPProtocol::sendQuery: "GET http://dot.kde.org/ HTTP/1.1" kio_http(19887) HTTPProtocol::sendQuery: "Host: dot.kde.org" kio_http(19887) HTTPProtocol::sendQuery: "Connection: close" kio_http(19887) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19887) HTTPProtocol::sendQuery: "If-None-Match: Wed, 07 Jan 2009 18:47:15 GMT" kio_http(19887) HTTPProtocol::sendQuery: "If-Modified-Since: Wed, 07 Jan 2009 18:38:55 GMT" kio_http(19887) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19887)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: true First: false kio_http(19887)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19887)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19887) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19887)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://10.11.21.69:8080" kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19887)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 0 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19887)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19887)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19887)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19887)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19887)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(19887) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19887) HTTPProtocol::sendQuery: "GET http://dot.kde.org/ HTTP/1.1" kio_http(19887) HTTPProtocol::sendQuery: "Host: dot.kde.org" kio_http(19887) HTTPProtocol::sendQuery: "Connection: close" kio_http(19887) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19887) HTTPProtocol::sendQuery: "If-None-Match: Wed, 07 Jan 2009 18:47:15 GMT" kio_http(19887) HTTPProtocol::sendQuery: "If-Modified-Since: Wed, 07 Jan 2009 18:38:55 GMT" kio_http(19887) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19887)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19887)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19887)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: konqueror(19872) FixHostUriFilter::filterUri: FixHostUriFilter::filterUri: KUrl("http://dot.kde.org") kio_http(19887) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19887)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://igor@10.11.21.69:8080" kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19887)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 407 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19887)/kio_http_debug HTTPProtocol::getAuthorization: Prompting the user for authorization... kdeinit4: preparing to launch kxkb(18327) KxkbCore::windowChanged: active window changed new WinId: 14691057 kxkb(18327) LayoutMap::getCurrentLayoutQueue: Created queue for "window: 14691057" size: 3 kio_http(19890)/kio_http_debug HTTPProtocol::reparseConfiguration: kio_http(19890)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "dot.kde.org" ( "dot.kde.org" ) kio_http(19890)/kio_http_debug HTTPProtocol::get: "http://dot.kde.org" kio_http(19890)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://dot.kde.org" kio_http(19890)/kio_http_debug HTTPProtocol::get: "http://dot.kde.org/" kio_http(19890)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://dot.kde.org/" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Using proxy: true URL: "http://10.11.21.69:8080" Realm: "" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "48234497" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://dot.kde.org/ HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: dot.kde.org" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19890) HTTPProtocol::sendQuery: "If-None-Match: Wed, 07 Jan 2009 18:47:15 GMT" kio_http(19890) HTTPProtocol::sendQuery: "If-Modified-Since: Wed, 07 Jan 2009 18:38:55 GMT" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: true First: false kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19890)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 0 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://dot.kde.org/ HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: dot.kde.org" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19890) HTTPProtocol::sendQuery: "If-None-Match: Wed, 07 Jan 2009 18:47:15 GMT" kio_http(19890) HTTPProtocol::sendQuery: "If-Modified-Since: Wed, 07 Jan 2009 18:38:55 GMT" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19890)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://igor@10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 407 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Prompting the user for authorization... kio_http(19887)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19887)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19887)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19887)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19887)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19887)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "igor" kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(19887)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(19887) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19887) HTTPProtocol::sendQuery: "GET http://dot.kde.org/ HTTP/1.1" kio_http(19887) HTTPProtocol::sendQuery: "Host: dot.kde.org" kio_http(19887) HTTPProtocol::sendQuery: "Connection: close" kio_http(19887) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19887) HTTPProtocol::sendQuery: "If-None-Match: Wed, 07 Jan 2009 18:47:15 GMT" kio_http(19887) HTTPProtocol::sendQuery: "If-Modified-Since: Wed, 07 Jan 2009 18:38:55 GMT" kio_http(19887) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19887) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19887) HTTPProtocol::sendQuery: "Proxy-Authorization: Basic aWdvcjppZ29yZWxsbw==" kio_http(19887)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19887)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "igor" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://dot.kde.org/ HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: dot.kde.org" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19890) HTTPProtocol::sendQuery: "If-None-Match: Wed, 07 Jan 2009 18:47:15 GMT" kio_http(19890) HTTPProtocol::sendQuery: "If-Modified-Since: Wed, 07 Jan 2009 18:38:55 GMT" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890) HTTPProtocol::sendQuery: "Proxy-Authorization: Basic aWdvcjppZ29yZWxsbw==" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 (X_GetProperty) Resource id: 0xe02af1 kxkb(18327) KxkbCore::windowChanged: active window changed new WinId: 48234497 kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.1 200 OK y Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "ISO-8859-1" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 200 "http://igor@10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace E kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Cache, adding "http://dot.kde.org:80/" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 407 kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200 kio_http(19890)/kio_http_debug HTTPProtocol::readBody: retrieve data. "49880" left. kdeinit4: preparing to launch kdeinit4: preparing to launch kdeinit4: preparing to launch kio_http(19890)/kio_http_debug HTTPProtocol::readBody: EOD received! Left = "0" kio_http(19890)/kio_http_debug HTTPProtocol::httpClose: keepAlive = false kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: This is with konqueror opening "dot.kde.org"
And here is with amarok2. First it posts scrobbled tracks to last.fm, then i updated manatune and jamendo services data - dialog popped up 3 times: kio_http(20061)/kio_http_debug HTTPProtocol::reparseConfiguration: kio_http(19890)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "ws.audioscrobbler.com" ( "ws.audioscrobbler.com" ) kio_http(19890)/kio_http_debug HTTPProtocol::get: "http://ws.audioscrobbler.com/2.0/?api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&api_sig=61b3ff8bfbd0eec487db5241cc6bd4dd&authToken=bff8da29f609ebb6ef8da37878048daa&method=auth.getMobileSession&sk=&username=serzholino&api_sig=3d9bd49579c05e5f30bb26cf41e746b6" kio_http(19890)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://ws.audioscrobbler.com/2.0/?api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&api_sig=61b3ff8bfbd0eec487db5241cc6bd4dd&authToken=bff8da29f609ebb6ef8da37878048daa&method=auth.getMobileSession&sk=&username=serzholino&api_sig=3d9bd49579c05e5f30bb26cf41e746b6" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19890)/kio_http_debug HTTPProtocol::readHeaderFromCache: cached data mimetype: "text/xml" kio_http(20060)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "ws.audioscrobbler.com" ( "ws.audioscrobbler.com" ) kio_http(20060)/kio_http_debug HTTPProtocol::get: "http://ws.audioscrobbler.com/2.0/?api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&method=user.getNeighbours&sk=&user=serzholino&api_sig=448f6eb2a1aca4a96081cd22bb6183b2" kio_http(20060)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://ws.audioscrobbler.com/2.0/?api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&method=user.getNeighbours&sk=&user=serzholino&api_sig=448f6eb2a1aca4a96081cd22bb6183b2" kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: Using proxy: true URL: "http://10.11.21.69:8080" Realm: "" kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "" kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(20060)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20060)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20060)/kio_http_debug HTTPProtocol::readHeaderFromCache: cached data mimetype: "text/xml" kio_http(20061)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "ws.audioscrobbler.com" ( "ws.audioscrobbler.com" ) kio_http(20061)/kio_http_debug HTTPProtocol::get: "http://ws.audioscrobbler.com/2.0/?api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&method=user.getFriends&sk=&user=serzholino&api_sig=526552615d9f8f5eb8955d9f0e16bfa4" kio_http(20061)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://ws.audioscrobbler.com/2.0/?api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&method=user.getFriends&sk=&user=serzholino&api_sig=526552615d9f8f5eb8955d9f0e16bfa4" kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: Using proxy: true URL: "http://10.11.21.69:8080" Realm: "" kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "" kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(20061)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20061)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20061)/kio_http_debug HTTPProtocol::readHeaderFromCache: cached data mimetype: "text/xml" amarok(20045) CurrentTrack::dataUpdated: CurrentTrack::dataUpdated QObject: Do not delete object, 'unnamed', during its event handler! amarok(20045) KNetworkReply::setMimeType: "text/xml" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 0 kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 0 kio_http(19890)/kio_http_debug HTTPProtocol::readBody: read data from cache! kio_http(19890)/kio_http_debug HTTPProtocol::httpClose: keepAlive = true kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: amarok(20045) KNetworkReply::setMimeType: "text/xml" kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 0 kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 0 kio_http(20060)/kio_http_debug HTTPProtocol::readBody: read data from cache! kio_http(20060)/kio_http_debug HTTPProtocol::httpClose: keepAlive = true kio_http(20060)/kio_http_debug HTTPProtocol::httpCloseConnection: amarok(20045) KNetworkReply::setMimeType: "text/xml" kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 0 kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 0 kio_http(20061)/kio_http_debug HTTPProtocol::readBody: read data from cache! kio_http(20061)/kio_http_debug HTTPProtocol::httpClose: keepAlive = true kio_http(20061)/kio_http_debug HTTPProtocol::httpCloseConnection: amarok(20045) ScrobblerHttp::createRequest: GetOperation: QUrl( "http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.0-SVN&u=serzholino&t=1231356400&a=6bc2ec403c2bd10fcd3122ad37758336&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=336cd9f3fc2454cb4eab3d97437344aa" ) HTTP GET "http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.0-SVN&u=serzholino&t=1231356400&a=6bc2ec403c2bd10fcd3122ad37758336&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=336cd9f3fc2454cb4eab3d97437344aa" kio_http(19890)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "post.audioscrobbler.com" ( "post.audioscrobbler.com" ) kio_http(19890)/kio_http_debug HTTPProtocol::get: "http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.0-SVN&u=serzholino&t=1231356400&a=6bc2ec403c2bd10fcd3122ad37758336&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=336cd9f3fc2454cb4eab3d97437344aa" kio_http(19890)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.0-SVN&u=serzholino&t=1231356400&a=6bc2ec403c2bd10fcd3122ad37758336&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=336cd9f3fc2454cb4eab3d97437344aa" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.0-SVN&u=serzholino&t=1231356400&a=6bc2ec403c2bd10fcd3122ad37758336&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=336cd9f3fc2454cb4eab3d97437344aa HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: post.audioscrobbler.com" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890) HTTPProtocol::sendQuery: "Cookie: LastUser=1aa46dd778bb6691ad62318fb72599a9" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: true First: false kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required 9:55 GMT server: Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 last-modified: Wed, 07 Jan 2009 08:22:52 GMT etag: "4b1c8d3-208e-3ae14f00" accept-ranges: bytes content-length: 8334 content-type: text/html; charset=UTF-8 proxy-connection: Close kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19890)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 0 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.0-SVN&u=serzholino&t=1231356400&a=6bc2ec403c2bd10fcd3122ad37758336&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=336cd9f3fc2454cb4eab3d97437344aa HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: post.audioscrobbler.com" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890) HTTPProtocol::sendQuery: "Cookie: LastUser=1aa46dd778bb6691ad62318fb72599a9" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii -modified: Wed, 07 Jan 2009 08:22:52 GMT etag: "4b1c8d3-208e-3ae14f00" accept-ranges: bytes content-length: 8334 content-type: text/html; charset=UTF-8 proxy-connection: Close kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19890)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://igor@10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 407 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Prompting the user for authorization... kxkb(18327) KxkbCore::windowChanged: active window changed new WinId: 58720291 kxkb(18327) KxkbCore::windowChanged: active window changed new WinId: 14691158 kxkb(18327) LayoutMap::getCurrentLayoutQueue: Created queue for "window: 14691158" size: 3 kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "igor" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.0-SVN&u=serzholino&t=1231356400&a=6bc2ec403c2bd10fcd3122ad37758336&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=336cd9f3fc2454cb4eab3d97437344aa HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: post.audioscrobbler.com" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890) HTTPProtocol::sendQuery: "Cookie: LastUser=1aa46dd778bb6691ad62318fb72599a9" kio_http(19890) HTTPProtocol::sendQuery: "Proxy-Authorization: Basic aWdvcjppZ29yZWxsbw==" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 (X_GetProperty) Resource id: 0xe02b56 kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.1 200 OK y Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii -modified: Wed, 07 Jan 2009 08:22:52 GMT etag: "4b1c8d3-208e-3ae14f00" accept-ranges: bytes content-length: 8334 content-type: text/html; charset=UTF-8 proxy-connection: Close kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/plain" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 200 "http://igor@10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace E kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype "text/plain" kxkb(18327) KxkbCore::windowChanged: active window changed new WinId: 58720291 amarok(20045) KNetworkReply::setMimeType: "text/plain" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 407 kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200 kio_http(19890)/kio_http_debug HTTPProtocol::readBody: retrieve data. "125" left. kio_http(19890)/kio_http_debug HTTPProtocol::readBody: EOD received! Left = "0" kio_http(19890)/kio_http_debug HTTPProtocol::httpClose: keepAlive = false kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: "OK ab37d05cbb5e4ce88becf534cbe1adcc http://post.audioscrobbler.com:80/np_1.2 http://post2.audioscrobbler.com:80/protocol_1.2" amarok(20045) MagnatuneConfig::load: load kio_http(20061)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "magnatune.com" ( "magnatune.com" ) kio_http(20061)/kio_http_debug HTTPProtocol::get: "http://magnatune.com/amarok_frontpage.html" kio_http(20061)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://magnatune.com/amarok_frontpage.html" kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: Using proxy: true URL: "http://10.11.21.69:8080" Realm: "" kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "" kio_http(20061)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(20061)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20061)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20061)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(20061)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Calling checkCachedAuthentication kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(20061) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(20061) HTTPProtocol::sendQuery: "GET http://magnatune.com/amarok_frontpage.html HTTP/1.1" kio_http(20061) HTTPProtocol::sendQuery: "Host: magnatune.com" kio_http(20061) HTTPProtocol::sendQuery: "Connection: close" kio_http(20061) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(20061) HTTPProtocol::sendQuery: "Pragma: no-cache" kio_http(20061) HTTPProtocol::sendQuery: "Cache-control: no-cache" kio_http(20061) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(20061)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: true First: false kio_http(20061)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(20060)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "magnatune.com" ( "magnatune.com" ) kio_http(20060)/kio_http_debug HTTPProtocol::get: "http://magnatune.com/info/last_update_timestamp" kio_http(20060)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://magnatune.com/info/last_update_timestamp" kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: Using proxy: true URL: "http://10.11.21.69:8080" Realm: "" kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "" kio_http(20060)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(20060)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20060)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20060)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(20060)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Calling checkCachedAuthentication kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(20060) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(20060) HTTPProtocol::sendQuery: "GET http://magnatune.com/info/last_update_timestamp HTTP/1.1" kio_http(20060) HTTPProtocol::sendQuery: "Host: magnatune.com" kio_http(20060) HTTPProtocol::sendQuery: "Connection: close" kio_http(20060) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(20060) HTTPProtocol::sendQuery: "Pragma: no-cache" kio_http(20060) HTTPProtocol::sendQuery: "Cache-control: no-cache" kio_http(20060) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(20060)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: true First: false kio_http(20060)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(20061)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20061) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(20061)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://10.11.21.69:8080" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(20061)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 0 , Authentication: 0 , ProxyAuthentication: 1 kio_http(20060)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20060) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(20060)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://10.11.21.69:8080" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(20060)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 0 , Authentication: 0 , ProxyAuthentication: 1 kio_http(20061)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(20061)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20060)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(20060)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20061)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20060)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20061)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(20061)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(20061) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(20061) HTTPProtocol::sendQuery: "GET http://magnatune.com/amarok_frontpage.html HTTP/1.1" kio_http(20061) HTTPProtocol::sendQuery: "Host: magnatune.com" kio_http(20061) HTTPProtocol::sendQuery: "Connection: close" kio_http(20061) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(20061) HTTPProtocol::sendQuery: "Pragma: no-cache" kio_http(20061) HTTPProtocol::sendQuery: "Cache-control: no-cache" kio_http(20061) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(20061)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(20061)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(20060)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(20060)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(20060) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(20060) HTTPProtocol::sendQuery: "GET http://magnatune.com/info/last_update_timestamp HTTP/1.1" kio_http(20060) HTTPProtocol::sendQuery: "Host: magnatune.com" kio_http(20060) HTTPProtocol::sendQuery: "Connection: close" kio_http(20060) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(20060) HTTPProtocol::sendQuery: "Pragma: no-cache" kio_http(20060) HTTPProtocol::sendQuery: "Cache-control: no-cache" kio_http(20060) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(20060)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(20060)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(20061)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20060)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20060) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(20060)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://igor@10.11.21.69:8080" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(20060)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 407 , Authentication: 0 , ProxyAuthentication: 1 kio_http(20060)/kio_http_debug HTTPProtocol::getAuthorization: Prompting the user for authorization... kxkb(18327) KxkbCore::windowChanged: active window changed new WinId: 14691439 kxkb(18327) LayoutMap::getCurrentLayoutQueue: Created queue for "window: 14691439" size: 3 kio_http(20061) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(20061)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://igor@10.11.21.69:8080" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(20061)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 407 , Authentication: 0 , ProxyAuthentication: 1 kio_http(20061)/kio_http_debug HTTPProtocol::getAuthorization: Prompting the user for authorization... kio_http(20060)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(20060)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20061)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(20061)/kio_http_debug HTTPProtocol::sendQuery: kio_http(20060)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20061)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(20060)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(20060)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "igor" kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(20060)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(20060) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(20060) HTTPProtocol::sendQuery: "GET http://magnatune.com/info/last_update_timestamp HTTP/1.1" kio_http(20060) HTTPProtocol::sendQuery: "Host: magnatune.com" kio_http(20060) HTTPProtocol::sendQuery: "Connection: close" kio_http(20060) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(20060) HTTPProtocol::sendQuery: "Pragma: no-cache" kio_http(20060) HTTPProtocol::sendQuery: "Cache-control: no-cache" kio_http(20060) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(20060) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(20060) HTTPProtocol::sendQuery: "Proxy-Authorization: Basic aWdvcjppZ29yZWxsbw==" kio_http(20060)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(20060)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(20061)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(20061)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "igor" kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(20061)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(20061) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(20061) HTTPProtocol::sendQuery: "GET http://magnatune.com/amarok_frontpage.html HTTP/1.1" kio_http(20061) HTTPProtocol::sendQuery: "Host: magnatune.com" kio_http(20061) HTTPProtocol::sendQuery: "Connection: close" kio_http(20061) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(20061) HTTPProtocol::sendQuery: "Pragma: no-cache" kio_http(20061) HTTPProtocol::sendQuery: "Cache-control: no-cache" kio_http(20061) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Encoding: x-gzip, x-deflate, gzip, deflate" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(20061) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(20061) HTTPProtocol::sendQuery: "Proxy-Authorization: Basic aWdvcjppZ29yZWxsbw==" kio_http(20061)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(20061)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(20060)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20061)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(20060) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.1 200 OK y Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/plain" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "UTF-8" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 200 "http://igor@10.11.21.69:8080" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Trace E kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype "text/plain" kio_http(20060)/kio_http_debug HTTPProtocol::readResponseHeader: Cache, adding "http://magnatune.com:80/info/last_update_timestamp" kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 407 kio_http(20060)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200 kio_http(20060)/kio_http_debug HTTPProtocol::readBody: retrieve data. "11" left. kio_http(20060)/kio_http_debug HTTPProtocol::readBody: EOD received! Left = "0" kio_http(20060)/kio_http_debug HTTPProtocol::httpClose: keepAlive = false kio_http(20060)/kio_http_debug HTTPProtocol::httpCloseConnection: amarok(20045) MagnatuneConfig::load: load kio_http(20061) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.1 200 OK y Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "UTF-8" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 200 "http://igor@10.11.21.69:8080" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Trace E kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype "text/html" kio_http(20061)/kio_http_debug HTTPProtocol::readResponseHeader: Cache, adding "http://magnatune.com:80/amarok_frontpage.html" kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 407 kio_http(20061)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200 kio_http(20061)/kio_http_debug HTTPProtocol::readBody: retrieve data. "8334" left. kio_http(20061)/kio_http_debug HTTPProtocol::readBody: EOD received! Left = "0" kio_http(20061)/kio_http_debug HTTPProtocol::httpClose: keepAlive = false kio_http(20061)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19890)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "img.jamendo.com" ( "img.jamendo.com" ) kio_http(19890)/kio_http_debug HTTPProtocol::get: "http://img.jamendo.com/data/dbdump.en.xml.gz" kio_http(19890)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: "http://img.jamendo.com/data/dbdump.en.xml.gz" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Enable Persistent Proxy Connection: false kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "" kio_http(19890)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://img.jamendo.com/data/dbdump.en.xml.gz HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: img.jamendo.com" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: true First: false kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required pragma: no-cache cache-control: no-cache content-type: text/plain content-length: 125 date: Wed, 07 Jan 2009 19:26:49 GMT proxy-connection: Close tag: "4b1c8d3-208e-3ae14f00" accept-ranges: bytes content-length: 8334 content-type: text/html; charset=UTF-8 proxy-connection: Close kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19890)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 0 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: m_proxyAuth.scheme = AUTH_None. kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://img.jamendo.com/data/dbdump.en.xml.gz HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: img.jamendo.com" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.0 407 Proxy Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii 9 19:26:49 GMT proxy-connection: Close tag: "4b1c8d3-208e-3ae14f00" accept-ranges: bytes content-length: 8334 content-type: text/html; charset=UTF-8 proxy-connection: Close kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "us-ascii" kio_http(19890)/kio_http_debug HTTPProtocol::configAuth: Accepted proxy auth method: 1 kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 407 "http://igor@10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace B kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Current Response: 407 , Previous Response: 407 , Authentication: 0 , ProxyAuthentication: 1 kio_http(19890)/kio_http_debug HTTPProtocol::getAuthorization: Prompting the user for authorization... kxkb(18327) KxkbCore::windowChanged: active window changed new WinId: 14691618 kxkb(18327) LayoutMap::getCurrentLayoutQueue: Created queue for "window: 14691618" size: 3 kio_http(19890)/kio_http_debug HTTPProtocol::httpCloseConnection: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace C kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: kio_http(19890)/kio_http_debug HTTPProtocol::isOffline: networkstatus <unreachable> kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::wwwAuthenticationHeader: Not calling checkCachedAuthentication kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: Using Proxy Authentication: kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: HOST = "10.11.21.69" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PORT = 8080 kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: USER = "igor" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: PASSWORD = [protected] kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: REALM = "proxy" kio_http(19890)/kio_http_debug HTTPProtocol::proxyAuthenticationHeader: EXTRA = "Basic realm="proxy"" kio_http(19890) HTTPProtocol::sendQuery: ============ Sending Header: kio_http(19890) HTTPProtocol::sendQuery: "GET http://img.jamendo.com/data/dbdump.en.xml.gz HTTP/1.1" kio_http(19890) HTTPProtocol::sendQuery: "Host: img.jamendo.com" kio_http(19890) HTTPProtocol::sendQuery: "Connection: close" kio_http(19890) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.85 (like Gecko)" kio_http(19890) HTTPProtocol::sendQuery: "Accept: text/html, image/jpeg, image/png, text/*, image/*, */*" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5" kio_http(19890) HTTPProtocol::sendQuery: "Accept-Language: uk, ru, en-US, en-GB, en" kio_http(19890) HTTPProtocol::sendQuery: "Proxy-Authorization: Basic aWdvcjppZ29yZWxsbw==" kio_http(19890)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: Keep Alive: false First: true kio_http(19890)/kio_http_debug HTTPProtocol::httpOpenConnection: kio_http(19890)/kio_http_debug HTTPProtocol::sendQuery: sent it! kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 (X_GetProperty) Resource id: 0xe02d22 kio_http(19890) HTTPProtocol::readResponseHeader: ============ Received Response: kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: HTTP/1.1 200 OK y Authentication Required proxy-authenticate: Basic realm="proxy" proxy-connection: close content-type: text/html; charset=us-ascii 9 19:26:49 GMT proxy-connection: Close tag: "4b1c8d3-208e-3ae14f00" accept-ranges: bytes content-length: 8334 content-type: text/html; charset=UTF-8 proxy-connection: Close kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "application/octet-stream" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace A 200 "http://igor@10.11.21.69:8080" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Trace E kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype "application/octet-stream" kio_http(19890)/kio_http_debug HTTPProtocol::readResponseHeader: Cache, adding "http://img.jamendo.com:80/data/dbdump.en.xml.gz" kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 407 kio_http(19890)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200
Somehow bug wizard lost my selection that i'm using ubuntu packages, KDE 4.2 Beta2
I can confirm this very annoying behaviour. Using KDE 4.2 final as packaged in Debian experimental.
I can confirm it too, using KDE 4.2 from Debian experimental
Same here. Please see <a href="https://bugs.kde.org/show_bug.cgi?id=180049">bug 180049</a>
Is it actual for you now? As for me this bug dissapeared long time ago. I think this bug must be closed.
Yes, this bug is fixed, marking it as such.