James Moger
2011-09-29 fd6ac68c0b1136182b5d713ec88ea94e26c4a76d
src/com/gitblit/AccessRestrictionFilter.java
@@ -138,7 +138,7 @@
      }
      String fullUrl = url + (StringUtils.isEmpty(params) ? "" : ("?" + params));
      String repository = extractRepositoryName(url);
      String repository = extractRepositoryName(fullUrl);
      // Determine if the request URL is restricted
      String fullSuffix = fullUrl.substring(repository.length());