Closed
Bug 153405
Opened 23 years ago
Closed 23 years ago
form submited three times
Categories
(Core :: DOM: Core & HTML, defect, P1)
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!?
Comment 1•23 years ago
|
||
*** Bug 153409 has been marked as a duplicate of this bug. ***
Comment 2•23 years ago
|
||
Part of this is likely explained by double submit with charset issue, given the
international nature of the site.
Comment 3•23 years ago
|
||
I dont understand anything on the site :) Can you please provide some steps that
I need to take to reproduce the problem?
Assignee | ||
Comment 4•23 years ago
|
||
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
Comment 5•23 years ago
|
||
sounds very serious, although I dont know how to reproduce it.
Priority: -- → P1
Comment 6•23 years ago
|
||
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.
Comment 7•23 years ago
|
||
Bulk moving P1-P5 un-milestoned bugs to future.
Target Milestone: --- → Future
Comment 8•23 years ago
|
||
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
Comment 9•20 years ago
|
||
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
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•