-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.6.0-HF39, 5.8.0-HF27, 6.0-HF02
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Automation
When contributing a new unknown writer in automation server, it is simply ignored.
This is because org.nuxeo.ecm.automation.server.jaxrs.ResponseHelper.getResponse(Object, HttpServletRequest) falls back by default to the Json Adapter Writer despite the fact the contributed body writers are correctly injected in jaxrs through org.nuxeo.ecm.automation.server.jaxrs.AutomationModule.getSingletons().
- is required by
-
NXP-16229 Automation Client must fully consume and close HTTP responses
- Resolved