James Moger
2011-09-27 ea936aa63d7a756ca7d0284f76b830656d1e8918
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());