Skip Menu |

This queue is for tickets about the AxKit CPAN distribution.

Report information
The Basics
Id: 2620
Status: resolved
Priority: 0/
Queue: AxKit

People
Owner: Nobody in particular
Requestors: cpan [...] datademons.com
Cc:
AdminCc:

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



Subject: AxKit ignores the HTTP HEAD command.
If an HTTP HEAD request is made to a server running AxKit, AxKit ignores the HEAD command and sends the entire page. This can easily be fixed by adding the line: return DONE if $r->method eq 'HEAD'; after any instance of $r->send_http_header();
Fixed in CVS (for 1.62)