Replace POST by PUT in submit-application endpoint
According to RFC 2616 (HTTP), the POST method is used to create a new subordinate of the resource identified by the Request-URI. In contrast, PUT is used to store the entity under the Request-URI.
Removed the acknowledge-application endpoint because application retrieval can be detected by the server without the need for a separate endpoint. Acknowledgement of a successful retrieval can (should) also be announced via the Security Event Log.
Edited by Marco Holz