mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-2025: where noderefs are cached in the transfer service (both transmitter and receiver) have made them multi-tenant aware.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19631 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -34,7 +34,7 @@ public class TransferTargetImpl implements TransferTarget
|
||||
private String endpointProtocol;
|
||||
private String endpointHost;
|
||||
private int endpointPort;
|
||||
private String endpointPath;
|
||||
private String endpointPath = "/alfresco/service/api/transfer";
|
||||
private String username;
|
||||
private char[] password;
|
||||
private boolean enabled;
|
||||
|
Reference in New Issue
Block a user