James Moger
2011-11-04 fa5e6f97aab0faca8e11ab8a264b0190c145b07f
src/com/gitblit/GitBlitServer.java
@@ -209,7 +209,7 @@
      // Root WebApp Context
      WebAppContext rootContext = new WebAppContext();
      rootContext.setContextPath("/");
      rootContext.setContextPath(settings.getString(Keys.server.contextPath, "/"));
      rootContext.setServer(server);
      rootContext.setWar(location.toExternalForm());
      rootContext.setTempDirectory(tempDir);