Bug 198418 - 401 unauthorized turns into "specified file or folder does not exist"
Summary: 401 unauthorized turns into "specified file or folder does not exist"
Status: RESOLVED DUPLICATE of bug 191770
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 15:43 UTC by Manuel Amador (Rudd-O)
Modified: 2009-10-18 22:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Amador (Rudd-O) 2009-06-30 15:43:02 UTC
Version:           4.2.90 (KDE 4.2.90 (KDE 4.3 Beta2)) (using 4.2.90 (KDE 4.2.90 (KDE 4.3 Beta2)), 4.2.90-1.fc11 Fedora)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.29.5-191.fc11.x86_64

This TCP conversation:

GET /login.php HTTP/1.1
Host: mysite.rudd-o.com
Connection: Keep-Alive
User-Agent: Mozilla/5.0 (compatible; Konqueror/4.2; Linux 2.6.29.5-191.fc11.x86_64; X11; x86_64; es, en-US, en) KHTML/4.2.90 (like Gecko) Fedora/4.2.90-1.fc11
Accept: text/html, image/jpeg;q=0.9, image/png;q=0.9, text/*;q=0.9, image/*;q=0.9, */*;q=0.8
Accept-Encoding: x-gzip, x-deflate, gzip, deflate
Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5
Accept-Language: es, en-US, en
Cookie: PHPSESSID=sqh58cf6o99ng4bjg2ajn6kkm6

HTTP/1.1 401 Unauthorized
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
WWW-Authenticate: Basic realm="Mysite"
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Date: Tue, 30 Jun 2009 13:40:27 GMT
X-Varnish: 1787744650
Age: 0
Via: 1.1 varnish
Connection: keep-alive

--------------------------------

Results in an error message in Konqueror that says:

------------------------------

El archivo o carpeta no existe

Descripción:
El archivo o carpeta especificada /login.php no existe.

---------------------------------

Basically, when this site demands authentication, konqueror pathologically believes the uri does not exist.

This page in question works correctly with Firefox -- I am prompted for basic authentication and the site works fine.
Comment 1 Tommi Tervo 2009-10-18 22:28:18 UTC

*** This bug has been marked as a duplicate of bug 191770 ***