Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
-
None
Description
Current Situation
- When a user is assigned folder permissions and executes the web service /jobscheduler/commands with a command that relates to a folder then folder permissions are not evaluated in a correct manner.
- Example: the shiro.ini.active configuration file
- contains the folder permissions:
[folders] api_user = /test
- if the following command is executed then the call will be rejected:
<jobscheduler_commands jobschedulerId='scheduler_joc_cockpit'><show_job job="/test/job3"/></jobscheduler_commands>
- contains the folder permissions:
Desired Behavior
- Folder permissions should be evaluated correctly.