James Moger
2014-05-07 4a275239523965a3c8f6cbf0a1c8529fce58806d
src/main/java/com/gitblit/utils/StringUtils.java
@@ -642,7 +642,7 @@
            // ignore unsupported charsets
         }
      }
      if (value.startsWith("\uFEFF")) {
      if (value != null && value.startsWith("\uFEFF")) {
         // strip UTF-8 BOM
            return value.substring(1);
        }