Bug 323038 - The password enter dialog does not appear
Summary: The password enter dialog does not appear
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: WebDAV (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 09:50 UTC by Christopher Bräuer
Modified: 2022-12-30 05:23 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
First screenshot (46.63 KB, image/png)
2013-08-05 11:32 UTC, Christopher Bräuer
Details
Second screenshot (45.41 KB, image/png)
2013-08-05 11:33 UTC, Christopher Bräuer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Bräuer 2013-07-31 09:50:44 UTC
I want to attach a webdav-folder. I entered the details correctly (also my provider checked them) and when I want to connect, the password dialog does not appear. The only thing is a error message, which says, that I am sure, that I want to connect to this site, which does not want a password.
This makes no sense to me. On another computer, it works with the same version of KDE and of course knetattach.
What can I check?

Thanks a lot!

Reproducible: Always
Comment 1 Jekyll Wu 2013-08-04 15:47:49 UTC
Could you attach a screenshot with the error message dialog ?
Comment 2 Christopher Bräuer 2013-08-05 11:32:33 UTC
Created attachment 81559 [details]
First screenshot
Comment 3 Christopher Bräuer 2013-08-05 11:33:01 UTC
Created attachment 81560 [details]
Second screenshot
Comment 4 Christopher Bräuer 2013-08-05 11:37:13 UTC
I try to translate them into english:

First one:
"You are about to log into a website XXX with a username YYY, althought the website does not need an authentification. This could be something bad. Do you really want to visit the site XXX?"

Second one:
"The connection with the server could not be made. Please check the preferences and try again."

The preferences are ok, I spoke with my ISP, he tried it on his PC with the same software. He had no problems.

Thanks for any help!!
Comment 5 Christopher Bräuer 2013-09-02 17:44:05 UTC
Has someone an idea, of what is going wrong?
Comment 6 Dawit Alemayehu 2013-10-12 17:40:33 UTC
This is essentially the same problem as bug# 318743. Did you type a username as part of the url, e.g. webdav://user@foo.com ? If you did, then that means the webserver does not require authorization and hence the warning message. 

However, I do not know why it would then say it cannot make the connection with the server. Can you check your ~/.xsession-errors file and see if there are any error message from kio_http in there ?
Comment 7 Christopher Bräuer 2013-10-21 13:46:51 UTC
Hi, in the xsession file is nothing from kio_http.
It doesn't work with or without user name.


(In reply to comment #6)
> This is essentially the same problem as bug# 318743. Did you type a username
> as part of the url, e.g. webdav://user@foo.com ? If you did, then that means
> the webserver does not require authorization and hence the warning message. 
> 
> However, I do not know why it would then say it cannot make the connection
> with the server. Can you check your ~/.xsession-errors file and see if there
> are any error message from kio_http in there ?
Comment 8 Dawit Alemayehu 2013-10-22 05:34:17 UTC
(In reply to comment #7)
> Hi, in the xsession file is nothing from kio_http.
> It doesn't work with or without user name.

You should not get the first dialog if you did not add a "user@" to the address ; so are you saying you still get that prompt even if you did not add "user@" ? The reason for the second error are plenty and is hard to tell without actually getting debug outputs. Can you try to follow the instructions at the url below and enable debug areas 7113 and 7103:

http://techbase.kde.org/Development/Tutorials/Debugging/Debugging_IOSlaves#How_to_get_debug_output

> (In reply to comment #6)
> > This is essentially the same problem as bug# 318743. Did you type a username
> > as part of the url, e.g. webdav://user@foo.com ? If you did, then that means
> > the webserver does not require authorization and hence the warning message. 
> > 
> > However, I do not know why it would then say it cannot make the connection
> > with the server. Can you check your ~/.xsession-errors file and see if there
> > are any error message from kio_http in there ?
Comment 9 Christopher Bräuer 2013-10-22 15:20:49 UTC
Hi, I did what you wrote.
When I don't enter a username, nothing happens at all. And even no debug file is written.
When I enter a user name, it says the message, which I wrote ealier.


(In reply to comment #8)
> (In reply to comment #7)
> > Hi, in the xsession file is nothing from kio_http.
> > It doesn't work with or without user name.
> 
> You should not get the first dialog if you did not add a "user@" to the
> address ; so are you saying you still get that prompt even if you did not
> add "user@" ? The reason for the second error are plenty and is hard to tell
> without actually getting debug outputs. Can you try to follow the
> instructions at the url below and enable debug areas 7113 and 7103:
> 
> http://techbase.kde.org/Development/Tutorials/Debugging/
> Debugging_IOSlaves#How_to_get_debug_output
> 
> > (In reply to comment #6)
> > > This is essentially the same problem as bug# 318743. Did you type a username
> > > as part of the url, e.g. webdav://user@foo.com ? If you did, then that means
> > > the webserver does not require authorization and hence the warning message. 
> > > 
> > > However, I do not know why it would then say it cannot make the connection
> > > with the server. Can you check your ~/.xsession-errors file and see if there
> > > are any error message from kio_http in there ?
Comment 10 Dawit Alemayehu 2013-11-22 04:53:47 UTC
You need to install the debug packages for kdelibs for your distro in order to have debugging information sent to the file:

http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#openSUSE
Comment 11 Christopher Bräuer 2013-11-22 15:49:15 UTC
Ok, I installed the debug package now and this is what I get in the xsession-errors file:
(The only thing I changed is the domain name to "www.xyz.de")

(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: ============ Sending Header: 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "PROPFIND / HTTP/1.1" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Host: www.xyz.de" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Connection: keep-alive" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) dolphin/4.11.3 Safari/534.34" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Pragma: no-cache" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Cache-control: no-cache" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Accept: text/html, text/*;q=0.9, image/jpeg;q=0.9, image/png;q=0.9, image/*;q=0.9, */*;q=0.8" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Accept-Encoding: gzip, deflate, x-gzip, x-deflate" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Accept-Charset: utf-8,*;q=0.5" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Accept-Language: de,en-US;q=0.9,en;q=0.8" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Cookie: 92df4d47b3c1f218ac54f117456bdade=b86to54idr4t2kh65uhcgftha0" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Depth: 1" 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::sendQuery: "Content-Type: text/xml; charset=utf-8" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::sendQuery: sent it! 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::sendCachedBody: sending cached data (size= 288 ) 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readResponseHeader: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::reparseConfiguration: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::setHost: Hostname is now: "www.xyz.de" ( "www.xyz.de" ) 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::stat: KUrl("webdav://www.xyz.de/") 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: KUrl("webdav://www.xyz.de/") 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "81789137" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::sendQuery: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpOpenConnection: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpOpenConnection: Proxy URLs: () 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::readResponseHeader: ============ Received Status Response: 
(Info (kio_http))INFORMATION: kio_http(5545) HTTPProtocol::readResponseHeader: "HTTP/1.1 200 OK" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readResponseHeader: wasAuthError= false isAuthError= false sameAuthError= false 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readResponseHeader:  -- full response: 
(Info (kio_http_debug))INFORMATION: "HTTP/1.1 200 OK
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "utf-8" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::fixupResponseMimetype: before fixup "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::fixupResponseMimetype: after fixup "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype  "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 0 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readBody: "6619" bytes left. 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: ============ Sending Header: 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "PROPFIND / HTTP/1.1" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Host: www.xyz.de" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Connection: keep-alive" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) dolphin/4.11.3 Safari/534.34" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Pragma: no-cache" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Cache-control: no-cache" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept: text/html, text/*;q=0.9, image/jpeg;q=0.9, image/png;q=0.9, image/*;q=0.9, */*;q=0.8" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept-Encoding: gzip, deflate, x-gzip, x-deflate" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept-Charset: utf-8,*;q=0.5" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept-Language: de,en-US;q=0.9,en;q=0.8" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Cookie: 92df4d47b3c1f218ac54f117456bdade=b86to54idr4t2kh65uhcgftha0" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Depth: 0" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Content-Type: text/xml; charset=utf-8" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::sendQuery: sent it! 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::sendCachedBody: sending cached data (size= 288 ) 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::readBody: EOD received! Left = "0" 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::davStatList: Error: no URL contained in response to PROPFIND on KUrl("webdav://www.xyz.de/") 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::httpClose: keepAlive = true 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5545)/kio_http_debug HTTPProtocol::httpClose: keep alive ( 15 ) 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::readResponseHeader: ============ Received Status Response: 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::readResponseHeader: "HTTP/1.1 200 OK" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: wasAuthError= false isAuthError= false sameAuthError= false 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader:  -- full response: 
(Info (kio_http_debug))INFORMATION: "HTTP/1.1 200 OK
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "utf-8" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::fixupResponseMimetype: before fixup "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::fixupResponseMimetype: after fixup "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype  "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 0 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readBody: "6618" bytes left. 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readBody: EOD received! Left = "0" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::davStatList: Error: no URL contained in response to PROPFIND on KUrl("webdav://www.xyz.de/") 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpClose: keepAlive = true 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpClose: keep alive ( 15 ) 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::listDir: KUrl("webdav://www.xyz.de/") 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::maybeSetRequestUrl: KUrl("webdav://www.xyz.de/") 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::resetSessionSettings: Window Id = "81789028" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::resetSessionSettings: ssl_was_in_use = "" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseContent: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::sendQuery: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpShouldCloseConnection: 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: ============ Sending Header: 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "PROPFIND / HTTP/1.1" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Host: www.xyz.de" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Connection: keep-alive" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) dolphin/4.11.3 Safari/534.34" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Pragma: no-cache" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Cache-control: no-cache" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept: text/html, text/*;q=0.9, image/jpeg;q=0.9, image/png;q=0.9, image/*;q=0.9, */*;q=0.8" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept-Encoding: gzip, deflate, x-gzip, x-deflate" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept-Charset: utf-8,*;q=0.5" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Accept-Language: de,en-US;q=0.9,en;q=0.8" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Cookie: 92df4d47b3c1f218ac54f117456bdade=b86to54idr4t2kh65uhcgftha0" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Depth: 1" 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::sendQuery: "Content-Type: text/xml; charset=utf-8" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::sendQuery: sent it! 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::sendCachedBody: sending cached data (size= 288 ) 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::readResponseHeader: ============ Received Status Response: 
(Info (kio_http))INFORMATION: kio_http(5554) HTTPProtocol::readResponseHeader: "HTTP/1.1 200 OK" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: wasAuthError= false isAuthError= false sameAuthError= false 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader:  -- full response: 
(Info (kio_http_debug))INFORMATION: "HTTP/1.1 200 OK
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: Content-type: "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: Encoding-type: "charset" = "utf-8" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::fixupResponseMimetype: before fixup "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::fixupResponseMimetype: after fixup "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readResponseHeader: Emitting mimetype  "text/html" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Previous Response: 0 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::proceedUntilResponseHeader: Current Response: 200 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readBody: "6619" bytes left. 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::readBody: EOD received! Left = "0" 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::davStatList: Error: no URL contained in response to PROPFIND on KUrl("webdav://www.xyz.de/") 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpClose: keepAlive = true 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::cacheFileClose: 
(Info (kio_http_debug))INFORMATION: kio_http(5554)/kio_http_debug HTTPProtocol::httpClose: keep alive ( 15 )
Comment 12 Christoph Feck 2013-12-14 23:40:06 UTC
Thanks for the update, changing status.
Comment 13 Dawit Alemayehu 2014-01-05 08:02:32 UTC
Well looking at the kio_http debug output, it basically confirms what I stated in comment #6. The server responds with a 200 OK when you make the webdav request. Since that means no authorization is required, in which case the server would have responded with a 401, you get the warning because a username was included in your request. 

I don't really understand why it would work from another machine with the same version of KDE. Can you install the same debug messages on the machine from which this is working and see what the debug message from that machine says?
Comment 14 Christopher Bräuer 2014-02-09 12:03:13 UTC
Hey Dawit,

I'm sorry, but the other machine was the one of my webhoster. I have no
access to it.



2014-01-05 9:02 GMT+01:00 Dawit Alemayehu <adawit@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=323038
>
> --- Comment #13 from Dawit Alemayehu <adawit@kde.org> ---
> Well looking at the kio_http debug output, it basically confirms what I
> stated
> in comment #6. The server responds with a 200 OK when you make the webdav
> request. Since that means no authorization is required, in which case the
> server would have responded with a 401, you get the warning because a
> username
> was included in your request.
>
> I don't really understand why it would work from another machine with the
> same
> version of KDE. Can you install the same debug messages on the machine from
> which this is working and see what the debug message from that machine
> says?
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> You reported the bug.
>
Comment 15 Dawit Alemayehu 2014-02-22 15:15:39 UTC
I am honestly confused now. The other machine I was talking about was a KDE desktop machine from which you can access this same server? Or did I read you original report incorrectly? You said "This makes no sense to me. On another computer, it works with the same version of KDE and of course knetattach."

(In reply to comment #14)
> Hey Dawit,
> 
> I'm sorry, but the other machine was the one of my webhoster. I have no
> access to it.
> 
> 
> 
> 2014-01-05 9:02 GMT+01:00 Dawit Alemayehu <adawit@kde.org>:
> 
> > https://bugs.kde.org/show_bug.cgi?id=323038
> >
> > --- Comment #13 from Dawit Alemayehu <adawit@kde.org> ---
> > Well looking at the kio_http debug output, it basically confirms what I
> > stated
> > in comment #6. The server responds with a 200 OK when you make the webdav
> > request. Since that means no authorization is required, in which case the
> > server would have responded with a 401, you get the warning because a
> > username
> > was included in your request.
> >
> > I don't really understand why it would work from another machine with the
> > same
> > version of KDE. Can you install the same debug messages on the machine from
> > which this is working and see what the debug message from that machine
> > says?
> >
> > --
> > You are receiving this mail because:
> > You are on the CC list for the bug.
> > You reported the bug.
> >
Comment 16 Christopher Bräuer 2014-02-23 17:27:14 UTC
Hi, as I have a small provider, he tested it on his own machine and send me
the version numbers, which were the same.
I guess, it is something wrong with the configuration on my machine. What
files are being used by knetattach, who can produce the problem?
Am 22.02.2014 16:15 schrieb "Dawit Alemayehu" <adawit@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=323038
>
> --- Comment #15 from Dawit Alemayehu <adawit@kde.org> ---
> I am honestly confused now. The other machine I was talking about was a KDE
> desktop machine from which you can access this same server? Or did I read
> you
> original report incorrectly? You said "This makes no sense to me. On
> another
> computer, it works with the same version of KDE and of course knetattach."
>
> (In reply to comment #14)
> > Hey Dawit,
> >
> > I'm sorry, but the other machine was the one of my webhoster. I have no
> > access to it.
> >
> >
> >
> > 2014-01-05 9:02 GMT+01:00 Dawit Alemayehu <adawit@kde.org>:
> >
> > > https://bugs.kde.org/show_bug.cgi?id=323038
> > >
> > > --- Comment #13 from Dawit Alemayehu <adawit@kde.org> ---
> > > Well looking at the kio_http debug output, it basically confirms what I
> > > stated
> > > in comment #6. The server responds with a 200 OK when you make the
> webdav
> > > request. Since that means no authorization is required, in which case
> the
> > > server would have responded with a 401, you get the warning because a
> > > username
> > > was included in your request.
> > >
> > > I don't really understand why it would work from another machine with
> the
> > > same
> > > version of KDE. Can you install the same debug messages on the machine
> from
> > > which this is working and see what the debug message from that machine
> > > says?
> > >
> > > --
> > > You are receiving this mail because:
> > > You are on the CC list for the bug.
> > > You reported the bug.
> > >
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> You reported the bug.
>
Comment 17 Graham Perrin 2017-03-12 15:43:00 UTC
FYI https://bugs.kde.org/show_bug.cgi?id=305952
Comment 18 Justin Zobel 2022-11-30 05:28:27 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 19 Bug Janitor Service 2022-12-15 05:13:10 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 20 Bug Janitor Service 2022-12-30 05:23:54 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!