-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Context:
*When * validating event sources in the EventProcessService, we currently do not validate whether the definition in the event source actually exists. A missing definition might cause an exception when validating access to said definition, but it also might not, depending on e.g. the kind of permissions the user has or whether the version of the event source is set to "ALL" (in which case it is attempted to fetch the latest version, which will fail if the definition does not exist) etc. It would be preferable to avoid this inconsistent handling of missing definitions.
AT
- missing definitions are reliably handled, for example by adding a check of whether the definitions exist when validating the user's access to it or by adding a separate validation step