Bug 118761 - refuse to pass through the autentification form of PLESK 7
Summary: refuse to pass through the autentification form of PLESK 7
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: 3.5
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-21 05:14 UTC by jerome
Modified: 2008-04-21 10:59 UTC (History)
1 user (show)

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 jerome 2005-12-21 05:14:27 UTC
Version:           3.5 (using KDE 3.5.0, compiled sources)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.13-15.7-smp

As this bug 68057 is dubbed "RESOLVED", please try

https://carnetsdasie.com:8443

Impossible to pass through the PLESK login form of the ISP;
Konqueror's persistent Answer :" Please input a login name and a password..."

It works fine with Firefox.

Jerome - Phnom Penh
Comment 1 Thiago Macieira 2005-12-21 11:26:16 UTC
The website is offline.
Comment 2 jerome 2005-12-21 12:50:08 UTC
Le Mercredi 21 Décembre 2005 17:26, Thiago Macieira a écrit :
[bugs.kde.org quoted mail]


Sorry and confused... i forgot a  -pp in the URL:

http://carnetsdasie-pp.com:8443/


jerome
Comment 3 Thiago Macieira 2005-12-22 00:10:46 UTC
Confirmed on KHTML 3.5 r487700.

Here's the issue: the invalid HTML on the webpage has two FORMs inside a TABLE. The places where the FORMs are placed are not allowed.

The parser tries to fix this by moving them somewhere else in the hierarchy. One of the forms encapsulates a single TD; the other one spans several. The result is that the second one gets moved up in the hierarchy.

Thus, documents.forms[0] points to the *second* form, whereas documents.forms[1] points to the first one. This inversion causes the JavaScript code handling the verification to fail.
Comment 4 FiNeX 2008-04-10 21:56:07 UTC
Tried the login with both 3.5.8 and 4.0.3. I cannot login because I don't know the user/password. I've tried with something random and I've got an error message as expected: "Error: Login is incorrect.".

Could we consider as fixed because initially it were not possible to enter the login informations?
Comment 5 Michael Leupold 2008-04-21 01:59:56 UTC
The oldest plesk demo I could find was:
http://plesk75.demo.sw-soft.com:8443, login: client, pw: plesk
Works in 3.5.9 and trunk r799198. Older versions of plesk are no longer around to check the exact version (the site mentioned in the report updated to >8 in the meantime).

I think this could be closed.
Comment 6 FiNeX 2008-04-21 10:59:22 UTC
Yes. I can confirm that plesk authentication is working right.
I close the bug.