Subject: | header regex invalid |
Date: | Sun, 10 Sep 2006 00:24:02 -0700 |
To: | bug-HTTP-Server-Simple [...] rt.cpan.org |
From: | Mark Smith <junior [...] sixapart.com> |
Version 0.20 of HTTP::Server::Simple in sub parse_headers only allows a
very restricted set of headers.
This is not enough to fully express valid HTTP headers. Notably, a period
is allowable in HTTP headers, but gets ignored by the module as invalid.
(And as an aside, the right side is allowed to be blank, which is also
excluded here.)
It may be worth expanding this function to allow the full range of HTTP
headers.
--
Mark Smith
junior@sixapart.com