mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
revert some unintended changes
This commit is contained in:
@@ -271,7 +271,9 @@ public class FilePlanComponentAPI extends RMModelRequest
|
|||||||
}
|
}
|
||||||
|
|
||||||
builder.addMultiPart("filedata", recordContent, ContentType.BINARY.name());
|
builder.addMultiPart("filedata", recordContent, ContentType.BINARY.name());
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* RestWrapper adds some headers which break multipart/form-data uploads and also assumes json POST requests.
|
||||||
* Upload the file using RestAssured library.
|
* Upload the file using RestAssured library.
|
||||||
*/
|
*/
|
||||||
Response response = given()
|
Response response = given()
|
||||||
|
Reference in New Issue
Block a user