Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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