Subject: | PATH_INFO getting borked? |
Hello
First of all: I am a Plack newbie. I think the bug is with Plack
behavior and not Dancer, but you can correct me, and I'll bug report on
their queue instead.
My apache 2 configuration is:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/query(.*)$ /query/dispatch.fcgi$1 [L]
(yes, fast cgi run on fcgid).
When dumping my environment on the '/' rule of Dancer (that is,
accessing http://host/query, I get:
'SCRIPT_NAME' => '/query',
'PATH_INFO' => '/query',
and I think PATH_INFO should be '/' (or empty).
This was working with 0.9957, I think.
Cheers
ambs