| | |
| | | configureFanout(); |
| | | configureGitDaemon(); |
| | | configureCommitCache(); |
| | | |
| | | ContainerUtils.CVE_2007_0450.test(); |
| | | } |
| | | |
| | | protected void configureMailExecutor() { |
| | |
| | | } |
| | | } |
| | | |
| | | // disable Git daemon on Express - we can't bind 9418 and we |
| | | // can't port-forward to the daemon |
| | | webxmlSettings.overrideSetting(Keys.git.daemonPort, 0); |
| | | |
| | | // configure context using the web.xml |
| | | configureContext(webxmlSettings, base, true); |
| | | } else { |
| | |
| | | FileSettings settings = new FileSettings(localSettings.getAbsolutePath()); |
| | | configureContext(settings, base, true); |
| | | } |
| | | |
| | | // WAR or Express is likely to be running on a Tomcat. |
| | | // Test for the forward-slash/%2F issue and auto-adjust settings. |
| | | ContainerUtils.CVE_2007_0450.test(settings); |
| | | } |
| | | |
| | | settingsModel = loadSettingModels(); |