Turn the upload content operation name into something meaningful
----------------------------------------------------------------
Key: JBAS-9262
URL:
https://issues.jboss.org/browse/JBAS-9262
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Heiko Braun
Fix For: 7.0.0.Beta4
Currently the operation name is "upload-deployment-url"
(Taken from DomainHttpServer.java)
final ModelNode dmr = new ModelNode();
dmr.get("operation").set("upload-deployment-url");
dmr.get("address").setEmptyList();
dmr.get("url").set(tempUploadFile.toURI().toURL().toString());
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira