James Moger
2013-11-16 718ae7b9f7970ea4475027c8ef91875c0bea5861
Automatically disable the Git daemon on Express

Change-Id: Ide78d4c5db59a734060ce527a59450eed8433c1a
1 files modified
4 ■■■■ changed files
src/main/java/com/gitblit/GitBlit.java 4 ●●●● patch | view | raw | blame | history
src/main/java/com/gitblit/GitBlit.java
@@ -3772,6 +3772,10 @@
                    }
                }
                // 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 {