James Moger
2014-05-07 e2d9cd97a7c1749e739bd973a85165c096162971
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);
        }