mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
fix bung in implementation of importFromUrl
This commit is contained in:
@@ -184,7 +184,7 @@ public class JerseyRepositoryClientHandler
|
||||
{
|
||||
WebResource r = client.resource(getImportUrl(request.getType(),
|
||||
IMPORT_TYPE_URL));
|
||||
ClientResponse response = r.post(ClientResponse.class);
|
||||
ClientResponse response = r.post(ClientResponse.class, request);
|
||||
|
||||
ClientUtil.checkResponse(response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user