-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Not A Bug
-
Affects Version/s: 10.10
-
Fix Version/s: None
-
Component/s: Automation, Java Client, Retention
-
Backlog priority:900
What : A sample Java client can invoke an automation operation and alter the main blob of a document under legal hold.
This is a follow-up of NXP-29791 ,fixed for the REST API
How to reproduce:
- install Nuxeo 10.10 and HF35 (including
NXP-29791) and nuxeo-retention and nuxeo-web-ui and boot - In WebUI, create a File document and put it in LEGAL HOLD and take its ecm:uuid
- invoke the sample Nuxeo Java Client: java -cp ... App <ecm:uuid>
- watch the result in WebUI: the name of the main blob change to something looking like pref12341899768310991495suff
Expected Result:
The main blob should be unchanged and the Java Client should receive an exception
- is required by
-
NXP-29791 Forbid deletion of the main blob of a document under retention / legal hold
- Resolved