X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=9f1af35366433899221fa6cf1fe191eb42dd8cfa;hb=dc0c8b4a91ac443404c0a397cd53d2a78f23f97e;hp=8fead4d2a16ffad298370e5c63130eb05ec6753f;hpb=18bf82e03623c74badbbcd4a79fa4d9cae4715b0;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 8fead4d..9f1af35 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -431,7 +431,8 @@ sub handler : method $self->get_request($req); $self->parse_location; - # hook useful for declining static requests e.g. images + # hook useful for declining static requests e.g. images, or perhaps for + # sanitizing request parameters my $status = $self->start_request_hook; return $status unless $status == Maypole::Constants::OK();