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