]> Sergey Matveev's repositories - public-inbox.git/commit
git: fix non-empty SCRIPT_NAME handling for PSGI mounts
authorEric Wong <e@80x24.org>
Wed, 4 Jan 2023 10:34:03 +0000 (10:34 +0000)
committerEric Wong <e@80x24.org>
Thu, 5 Jan 2023 09:58:27 +0000 (09:58 +0000)
commita0646591eacd2403476545ac4569bd7c551e67cf
treedfe4218c943d3b6cef7ba8bb7f1edba2ddca47eb
parent7ea6eb5a69ae3e58d49eb1b04bd015d7eb38695f
git: fix non-empty SCRIPT_NAME handling for PSGI mounts

When using the `mount' directive in PSGI (Plack::App::URLMap),
SCRIPT_NAME still needs to use a trailing slash before it can
be joined with another URL.
lib/PublicInbox/Git.pm