mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
94087: Merged DEV to HEAD-BUG-FIX (5.1.0) 90943: ACE-1468 : Replication Jobs: Incorrect status is displayed for a failed replication job if incorrect credentials are set in a target - Change throw TransferException. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@95042 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -195,7 +195,7 @@ public class HttpClientTransmitterImpl implements TransferTransmitter
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new TransferException(MSG_UNSUCCESSFUL_RESPONSE, error);
|
||||
throw new TransferException(MSG_UNSUCCESSFUL_RESPONSE, new Object[] {methodName, response});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user