Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently JobScheduler is able to execute xml commands via HTTP GET. Due to security reasons it should not be able to excute commands like <start_job .../>, <add_order .../>, <terminate .../> etc.
Only <show_.../> commands should be possible anymore.
If one of the blocked commands should be executed the HTTP response is
403 Forbidden
.