]> 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:16:28 +0000 (12:16 +0000)
committermkanat%bugzilla.org <>
Sat, 4 Jul 2009 12:16:28 +0000 (12:16 +0000)
commit3d5be71793a0816a1dcbd5400a8bda78d66c9839
tree340ee356f26b524aa2f8fc06da15184d0568f035
parente5110a07e4bef829c675096932e9a6b6978d23d4
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