James Moger
2011-10-01 10177fb0a59cc9fc61fb78c724f7b0816b69b798
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());