The current /management http API handler, does not support generic content uploads, where the add-content handler only allows addition to the content repository. Since operations might attach multiple streams to the operation we need a http handler which can deal with those requests. This is needed by the console to apply patches.
This is a requirement for https://issues.jboss.org/browse/EAP6-20 to work, so I am testing it for merging, and will merge once successful - acks or no acks :-) https://github.com/jbossas/jboss-eap/pull/932
Verified based on the testing of patching mechanism exposure in console (as it's directly used there). 6.3.0.DR4