Closed Bug 153405 Opened 23 years ago Closed 23 years ago

form submited three times

Categories

(Core :: DOM: Core & HTML, defect, P1)

x86
Windows 2000
defect

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: sensitec, Assigned: alexsavulov)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611 BuildID: 2002061104 This site is a forum in hebrew.at MSN Israel. I tryed to add a message. When I sent the message( submitted) it did the job three times. I could see the bar bellow writng - transfering data - three times. some times even six times. also I recive a message.the document contains no data. that seems to be the sites message (like alert("no data...") Reproducible: Always Steps to Reproduce: 1.I try to put another message 2.I write a message and send it 3. Actual Results: I check and then see that the forum recived three - same - messages or six. They (the forum managers or automatic )will delete the doplicated messages after a few minutes. Expected Results: I think send the information onl once!?
*** Bug 153409 has been marked as a duplicate of this bug. ***
Part of this is likely explained by double submit with charset issue, given the international nature of the site.
I dont understand anything on the site :) Can you please provide some steps that I need to take to reproduce the problem?
confirming. i saw this before. in some circumstatnces the forms are posted multiple times. look at the dup of this bug (bug 153409): is the same bug! so the bug striked even on bugzilla. (is not the first time i see this).
Status: UNCONFIRMED → NEW
Ever confirmed: true
sounds very serious, although I dont know how to reproduce it.
Priority: -- → P1
alexandru: or anyone else, have you been seeing this lately? The reporter never provided detailed steps, and I have no idea how to reproduce the issue.
Bulk moving P1-P5 un-milestoned bugs to future.
Target Milestone: --- → Future
I tested this with build 2002-10-18-04-trunk on WinXP Created: mozilla/bugzilla login name on the forum, and submitted a post. Everything worked fine. I am closing this works for me. If anyone can reproduce this feel free to reopen, but provide detailed steps, its hard to navigate when you have no idea what anything on the page means...
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Please look at the following. It shows debug output for a web application. The first entry (Nov 11, 2004 5:59:21) is an app deploy, then submit a form using IE. There is only one form submission. The second entry (Nov 11, 2004 6:00:31 AM) is an app redeploy, then submit the form using Firefox. There are three form submissions. I verified a single submission using Opera as well, and found 3 submits using Mozilla. the long ints are time stamps. I can be found here: bradley_mclain at yahoo.com Nov 11, 2004 5:59:21 AM org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /stayinstep from URL file:C:/Cygwin/usr/local/jakarta-tomcat-5.0.27/webapps/stayinstep requestURL: >>>http://localhost:8080/stayinstep/login.htm<<< requestURI: >>>/stayinstep/login.htm<<< action: login 1100181573557 Nov 11, 2004 6:00:31 AM org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /stayinstep from URL file:C:/Cygwin/usr/local/jakarta-tomcat-5.0.27/webapps/stayinstep requestURL: >>>http://localhost:8080/stayinstep/login.htm<<< requestURI: >>>/stayinstep/login.htm<<< action: login 1100181646760 requestURL: >>>http://localhost:8080/stayinstep/login.htm<<< requestURI: >>>/stayinstep/login.htm<<< action: login 1100181647369 requestURL: >>>http://localhost:8080/stayinstep/login.htm<<< requestURI: >>>/stayinstep/login.htm<<< action: login 1100181647838
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.