We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb614f commit 4781ef8Copy full SHA for 4781ef8
sdm/src/main/java/com/sap/cds/sdm/service/DocumentUploadService.java
@@ -312,8 +312,6 @@ private void formResponse(
312
if (responseCode == 409) {
313
JSONObject jsonResponse = new JSONObject(responseString);
314
String message = jsonResponse.getString("message");
315
- JSONObject succinctProperties = jsonResponse.getJSONObject("succinctProperties");
316
- objectId = succinctProperties.getString("cmis:objectId");
317
if ("Malware Service Exception: Virus found in the file!".equals(message)) {
318
status = "virus";
319
} else {
0 commit comments