mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-30 18:15:52 +01:00 
			
		
		
		
	Initialize servlet and fix paths
This commit is contained in:
		| @@ -66,7 +66,7 @@ public class HttpProtocolServlet extends HttpServlet { | ||||
|       try (RepositoryService repositoryService = serviceFactory.create(namespaceAndName)) { | ||||
|         requestProvider.get().setAttribute(DefaultRepositoryProvider.ATTRIBUTE_NAME, repositoryService.getRepository()); | ||||
|         HttpScmProtocol protocol = repositoryService.getProtocol(HttpScmProtocol.class); | ||||
|         protocol.serve(req, resp); | ||||
|         protocol.serve(req, resp, getServletConfig()); | ||||
|       } catch (RepositoryNotFoundException e) { | ||||
|         resp.setStatus(404); | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user