James Moger
2013-09-30 235ad956fa84cad4fac1b2e69a0c9e4f50376ea3
src/main/java/com/gitblit/GitFilter.java
@@ -43,7 +43,7 @@
   /**
    * Extract the repository name from the url.
    * 
    * @param url
    * @param cloneUrl
    * @return repository name
    */
   public static String getRepositoryName(String value) {
@@ -224,7 +224,7 @@
            } else {
               // common repository, user default server settings
               model.authorizationControl = AuthorizationControl.fromName(GitBlit.getString(Keys.git.defaultAuthorizationControl, ""));
               model.accessRestriction = AccessRestrictionType.fromName(GitBlit.getString(Keys.git.defaultAccessRestriction, ""));
               model.accessRestriction = AccessRestrictionType.fromName(GitBlit.getString(Keys.git.defaultAccessRestriction, "PUSH"));
            }
            // create the repository