James Moger
2014-02-21 aa61fc86db4f5ebf645ecf69c6f5ec36f2973e5a
src/main/java/com/gitblit/utils/ModelUtils.java
@@ -38,7 +38,7 @@
         userRepoPrefix = Constants.DEFAULT_USER_REPOSITORY_PREFIX;
         return;
      }
      String newPrefix = prefix.replace('\\', '/');
      if (prefix.charAt(0) == '/') {
         newPrefix = prefix.substring(1);