Robbert Noordzij
2014-10-07 e7e8bd8af341719b7cb902c7861ea198f5db43a6
src/main/java/com/gitblit/servlet/RawServlet.java
@@ -172,7 +172,7 @@
         } else {
            repository = path.substring(0, slash);
         }
         offset += ( slash + 1 );
         offset = ( slash + 1 );
         r = repositoryManager.getRepository(repository, false);
         if (repository.equals(path)) {
            // either only repository in url or no repository found