The Swordfish Basic Web Client can connect to one or more Swordfish services (including the Swordfish emulator), and present in a web UI frame the entire Swordfish hierarchy. The basic web client also provides basic capabilities to modify configurable Properties (as specified in the schema), as well an providing a basic interface to add or remove elements from the service through a Web UI.
BSD 3-Clause "New" or "Revised" License
7
stars
6
forks
source link
Session created by the client needs to be deleted when the service is removed. #11
Description: The session created when the service is added should be deleted by sending a DELETE request to the respective URI of the session, when the service is removed. This will ensure that there are no orphan sessions in the server and also prevents a DOS attack.
Also, the option of "Remove" on the session resource to remove the session manually does not work.
Description: The session created when the service is added should be deleted by sending a DELETE request to the respective URI of the session, when the service is removed. This will ensure that there are no orphan sessions in the server and also prevents a DOS attack.
Also, the option of "Remove" on the session resource to remove the session manually does not work.