]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found