James Moger
2013-11-21 269c5043ab8f66f67d5719ac5149a436ca1baa2b
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 {