Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Plack CPAN distribution.

Report information
The Basics
Id: 64219
Status: resolved
Priority: 0/
Queue: Plack

People
Owner: Nobody in particular
Requestors: ambs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.9959
Fixed in: (no value)



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
as discussed on irc please use the github tracker. thanks