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