Closed GoogleCodeExporter closed 9 years ago
in every container I have worked with the getParameters will return the value
regardless of if they are POST or GET. Perhaps we should look creating a request
wrapper for HttpServletRequest that only returns parms for whatever method the
request was made using.
It definately begs an interesting question - If a form is submitted as a POST,
but
someone submits a GET parameter with the same name, which one wins out and is
returned when I call getParameter
Original comment by chrisisbeef
on 2 Aug 2009 at 7:41
The method now calls getParameter. We can add the POST/GET validation later if
we
decide so.
Original comment by neil.mat...@gmail.com
on 27 Oct 2009 at 6:40
Original comment by neil.mat...@gmail.com
on 9 Nov 2009 at 1:39
Original comment by neil.mat...@gmail.com
on 9 Nov 2009 at 1:40
Please close out this issue and create a new enhancement request for POST/GET
validation for 2.1
Original comment by chrisisbeef
on 2 Dec 2009 at 7:56
Original comment by neil.mat...@gmail.com
on 2 Dec 2009 at 8:40
Original issue reported on code.google.com by
cyounk...@gmail.com
on 28 Jul 2009 at 8:55