James Moger
2013-11-16 a7a0b8ea01dca14602fdb49047d987c36461e861
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 {