Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001732 [Quercus] minor always 05-13-07 09:31 05-14-07 20:05
Reporter nagashima View Status public  
Assigned To nam
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.2 Product Version 3.1.1
  Product Build
Summary 0001732: $_POST was overwrited by querystring
Description run this script

--------------------------------
<html>
<body>
<form action="?value1=get_value1" method="post">
<input type="hidden" name="value1" value="post_value1">
<input type="hidden" name="value2" value="post_value2">
<input type="submit">
</form>
<?php
echo "get_value1 = " . $_GET["value1"]."
\n";
echo "post_value1 = " . $_POST["value1"]."
\n";
echo "post_value2 = " . $_POST["value2"]."
\n";
?>
</body>
</html>
--------------------------------



php output is

--------------------------------
get_value1 = get_value1
post_value1 = post_value1
post_value2 = post_value2
--------------------------------

but quercus output is

--------------------------------
get_value1 = get_value1
post_value1 = get_value1
post_value2 = post_value2
--------------------------------
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001910)
nam
05-14-07 20:05

php/0814
 

- Issue History
Date Modified Username Field Change
05-13-07 09:31 nagashima New Issue
05-13-07 11:40 nam View Status private => public
05-14-07 20:04 nam Status new => assigned
05-14-07 20:04 nam Assigned To  => nam
05-14-07 20:05 nam Status assigned => closed
05-14-07 20:05 nam Note Added: 0001910
05-14-07 20:05 nam Resolution open => fixed
05-14-07 20:05 nam Fixed in Version  => 3.1.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker