-
Type: Bug
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: 9.10
-
Fix Version/s: HOTFIX_9.10, HOTFIX_10.10, 11.x
-
Component/s: Automation
The current implementation of the automation operation Blob.PostToURL does not work.
https://github.com/nuxeo/nuxeo/blob/9.10/nuxeo-features/nuxeo-automation/nuxeo-automation-core/src/main/java/org/nuxeo/ecm/automation/core/operations/blob/PostBlob.java
It establishes the connection with the remote server, then drops it with no transfer and no exception.
One apparently needs to implement a POST logic in this operation