James Moger
2014-03-05 06eb51f13d9dcd4e4e5d9d7bb0db4cf18a67b23e
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);