Kyle Gottfried
2014-06-23 b2ef5a6b0f5d5f78b334296aa9dfdde7571083e6
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();
            }