James Moger
2014-05-22 2e6e992a678d2504e1f00e6c6dabf3e7c090d2e3
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);