]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 501538: Make $cgi->param() also check GET variables during a POST, so that POST...
authormkanat%bugzilla.org <>
Sat, 4 Jul 2009 12:14:50 +0000 (12:14 +0000)
committermkanat%bugzilla.org <>
Sat, 4 Jul 2009 12:14:50 +0000 (12:14 +0000)
commit914fb1e84d015ab400fe16e8a03ce7e552af9a05
tree99009f1b54a0420553af9490c7ee2eaa8f13a973
parentaae4c29f12584652c90d395e6fc769d5ac6976c4
Bug 501538: Make $cgi->param() also check GET variables during a POST, so that POST forms with query-string variables in the target (like the login form) work correctly.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Bugzilla/CGI.pm