https://issues.apache.org/bugzilla/show_bug.cgi?id=44771
Summary: form fields type password missing post data
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
ok so far i've checked it on:
apache 2.2.6, 2.2.8
php: 5.2.3, 5.2.5,5.2.4
platform: win32,linux-debian
browsers: opera/ie/safari/firefox
and i know this bug is present everywhere but on some of the combinations of
the given platforms the bug occurs randomly, so here is the description:
try to make a form:
<form method="post">
<input type="password" name="password" />
<input type="text" name="sometextfield" />
<input type="submit" />
</form>
and for now if you submit the form, the post data will be empty ;/
but if you change the name of the field with type password to anything that is
different from the name "password" everything is working again,
the second thing is that even if you leave it but change only the method from
post to get, then everything will be working again,
i dunno what is a problem i tried to find people on the network but as always
everyone has it in the ass so i'm posting here this bug with hope that finally
someone will help me to do something with it
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]