Skip Menu |

This queue is for tickets about the FCGI-Async CPAN distribution.

Report information
The Basics
Id: 44532
Status: resolved
Priority: 0/
Queue: FCGI-Async

People
Owner: Nobody in particular
Requestors: g.schlmm [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.16
Fixed in: (no value)



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
sorry it wasnt a mistake by fcgi::async