James Moger
2014-09-05 fcfcd84f3f4f37efb1b158670d4e4e9af4c90bc5
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();
            }