James Moger
2014-09-04 f1f419772730457e67986d48577c78a858a772b1
src/main/java/com/gitblit/GitBlitServer.java
@@ -198,7 +198,9 @@
            e.printStackTrace();
         } finally {
            try {
               is.close();
               if (is != null) {
                  is.close();
               }
            } catch (IOException e) {
               e.printStackTrace();
            }