Closed
Bug 18161
Opened 26 years ago
Closed 26 years ago
FORM without ACTION seems to POST to /
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: oseiler, Assigned: pollmann)
References
()
Details
Came across this trying to change my Bugzilla password using Mozilla M10
on
Windows 98 (haven't been able to try other platforms).
The FORM element
generated by the CGI script doesn' t have an ACTION
attribute set. On any other
browser (and presumably the one that the
CGI script was tested with) the POST
will happen to the same URL as
the CGI script (POSTs back to itself); Mozilla
M10 seems to post to
http://bugzilla.mozilla.org/ (this is based on the
behaviour, given
the error message you get when you try this; I'd have to look
at
HTTP logs to be sure...)
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Comment 1•26 years ago
|
||
Reassigning to Kevin.
Updated•26 years ago
|
Assignee: kmcclusk → pollmann
Comment 2•26 years ago
|
||
Reassigning to pollmann.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•26 years ago
|
||
I think this was fixed for M11, I'll verify.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M11
| Assignee | ||
Comment 4•26 years ago
|
||
Yes, it works now. Thanks!
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
•