Smart HTTP does not work with relative_url_root
Created by: lightoze
I have a setup with relative URL like "https://hostname/git", and HTTP access does not work for it. Could you please try to reproduce this problem?
Also note this output in debug mode:
Started GET "/git/project.git/info/refs" for 127.0.0.1 at 2013-03-06 04:29:42 +0400
Namespace Load (0.1ms) SELECT `namespaces`.* FROM `namespaces` WHERE `namespaces`.`path` = 'git' LIMIT 1
Seems like it tries to resolve "git" namespace while it should be just trimmed from URL.