mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-11-03 20:15:52 +01:00 
			
		
		
		
	Harmonize repository resolution
This commit is contained in:
		@@ -106,7 +106,7 @@ public class GitRepositoryResolver implements RepositoryResolver<HttpServletRequ
 | 
			
		||||
 | 
			
		||||
      if (config.isValid())
 | 
			
		||||
      {
 | 
			
		||||
        File gitdir = handler.getDirectory(repo);
 | 
			
		||||
        File gitdir = handler.getDirectory(repo.getId());
 | 
			
		||||
        if (gitdir == null) {
 | 
			
		||||
          throw new RepositoryNotFoundException(repositoryName);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user