plack/Plack

Why is the method set/changed to GET?

drebolo opened this issue · 1 comments

$env->{REQUEST_METHOD} = 'GET';

The code is a port of https://github.com/rack/rack/blob/master/lib/rack/recursive.rb and the switch to GET is done there originally. Since this is something like SSI/ESI i think it's reasonable to only limit the behavior to GET (read) access.