Skip Menu |

This queue is for tickets about the POE-Component-FastCGI CPAN distribution.

Report information
The Basics
Id: 72100
Status: new
Priority: 0/
Queue: POE-Component-FastCGI

People
Owner: Nobody in particular
Requestors: SACAVILIA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Query string is not parsed correctly for HEAD requests
Request::query() checks the request method to determine whether to parse query parameters from QUERY_STRING or the request body, using the former for GET requests and the latter for all others. HEAD requests therefore get treated like POST when their query parameters (as for GET) should be parsed from the query string.