[Webkit-unassigned] [Bug 8051] New: Empty forms are submitted incorrectly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Mar 29 05:09:19 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8051
Summary: Empty forms are submitted incorrectly
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://vesna.yandex.ru/cgi-bin/vesna
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: HTML Forms
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: ap at nypop.com
Pressing the button at <http://vesna.yandex.ru/cgi-bin/vesna> should each time
result in new random text being displayed. This doesn't work if one is behind a
caching proxy, because the server sends no proxy control HTTP headers, and the
URL is always the same in Safari.
Firefox and WinIE correctly append a question mark to the URL when submitting
the form, which avoids caching: <http://vesna.yandex.ru/cgi-bin/vesna?>.
<form name="filo" method="get" action="/cgi-bin/vesna">
<input type="submit" value="Continue"/>
</form>
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list