Summary: | upon clicking a link the http GET request to the url is being sent out twice. | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Joachim Bauernberger <joachim.bauernberger> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 3.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joachim Bauernberger
2004-02-11 15:03:26 UTC
just noticed your comment under the submit on the previous page "pleas click only once" i can imagine that you _do_ get lots of double reports. If one uses the current version of khtml (konqueror) to view the page, then sure it is no wonder that you get your bug reports more than once (it's not always the dumb users who dunno how to click you know) if it is really easier for you to create a patch than a bugzilla account then I'll be glad to delete your bugzilla account :) sorry, but we need at least an email address for further questions. and you don't have to remember the password, since you can a) change it b) get it via email c) use kwallet I tried it, but the request arrives only once at the server. Probably the page that contained the link has some javascript so the "click" happened twice. Actually the link was executed from within kmail. The mail that contained the link did not have any javascript in it. Also I tried opening the link from within other mailclients (mozilla, Outlook), which only send the request once. I can imagine that this only happens when the remote site does not respond within a certain time. I can now reproduce this. It happens only in KMail and if the URL points to the server but doesn't end in a slash. It's easy to test with http://localhost (no HTML mail is required). Didn't I reassign exactly the same bug (not the same bug report though) just a few days/weeks ago? Anyway, KMail simply calls KRun(url). So if there's a bug then it's in KRun (or even more deeply in kdelibs), but not in KMail. Since I can't confirm it and Daniel's confirmation is wrong (because it's not about reloading the web page with slash which happens all the time and in every application and is caused by the webserver itself AFAIK) I re-unconfirm the bug. I can still reproduce it on my box, however it only applies if the remote end does not answer immediately. So it's a bug as far as I'm concerned. |