James Moger
2013-11-20 a1f27e2fac7b38b87645bd53b7e023484c796f1c
src/main/java/com/gitblit/GitBlitServer.java
@@ -409,9 +409,8 @@
         rootContext.setHandler(sh);
      }
      // Setup the GitBlit context
      // Setup the Gitblit context
      GitBlit gitblit = newGitblit(settings, baseFolder);
      gitblit.configureContext(settings, baseFolder, true);
      rootContext.addEventListener(gitblit);
      try {