Bug 87264

Summary: Konqueror loads pages twice when clicking links in KMail
Product: [Applications] konqueror Reporter: Mikko Yliniemi <mikessu>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.2.2   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Mikko Yliniemi 2004-08-15 20:27:56 UTC
Version:           3.2.2 (using KDE KDE 3.2.3)
Installed from:    Debian testing/unstable Packages
OS:                Linux

When I click links in KMail etc. Konqueror starts loading www-page, but it loads it actually twice. This causes problems with some password reseting systems in web-pages because they send password twice or say "password already sent" when page opens.

This can be easily seen by creating php-page with simple visitor counter and sending yourself an email containing a link to that page (KMail) and then clicking it. The counter always raises number of visitors by two.
Comment 1 Waldo Bastian 2004-08-16 17:31:53 UTC
In general it works ok but not if the page gets redirected.

E.g. if a mail contains http://URL1 that redirects to http://URL2 then konqueror gets started after the redirection and will be started with http://URL1 which will then be refetched.

Possible solution woould be to start konqueror with http://URL2 instead, for that KRun should detect the redirection.
Comment 2 Lubos Lunak 2004-12-06 13:28:56 UTC

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