Change POST to /widgets to upload, parse and return error messages rather than 
just drop into /deploy
-----------------------------------------------------------------------------------------------------

                 Key: WOOKIE-318
                 URL: https://issues.apache.org/jira/browse/WOOKIE-318
             Project: Wookie
          Issue Type: Improvement
          Components: Wookie REST API
            Reporter: Scott Wilson
            Assignee: Scott Wilson
             Fix For: 0.10.0


The current implementation of POST /widgets just drops a .wgt into /deploy and 
lets Wookie asynchronously handle the upload; this means that the uploader has 
no access to any error or success messages resulting from the operation. 

Instead we need this method to operate in a similar manner to the admin servlet 
upload method so that a full range of response codes and messages can be 
returned to clients

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to