James Moger
2013-07-03 abab3a4e2bc221eb358f846f171cb24fc0f687ad
src/main/java/com/gitblit/utils/StringUtils.java
@@ -331,7 +331,7 @@
      String fp = fullPath.replace('\\', '/').toLowerCase();
      if (fp.startsWith(bp)) {
         String relativePath = fullPath.substring(basePath.length()).replace('\\', '/');
         if (relativePath.charAt(0) == '/') {
         if (relativePath.length() > 0 && relativePath.charAt(0) == '/') {
            relativePath = relativePath.substring(1);
         }
         return relativePath;