James Moger
2011-10-06 a652a6886031ff805fcabd852925c8a11b25dc1c
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());