Subject: | params parser isnt working correctly with ";" |
Hi,
i found out if you make a request like this:
http://example.org/file?param1=323123;ewqeqwe
then the value of $fcgi_request->param('param1') is only "323123" and
not "323123;ewqeqwe".
Perl Version: v5.10.0
uname -a: Linux 2.6.27-11-server #1 SMP Thu Jan 29 20:19:41 UTC 2009
i686 GNU/Linux