LDEV-3315: If there is an exception saving an object to DB via UserManagementService, do not hide the exception as the following code is not aware of the problem.
LDEV-3315: If there is an exception saving an object to DB via UserManagementService, do not hide the exception as the following code is not aware of the problem.
LDEV-3315: Prevent session fixation attack by changing session ID on authentication. The ID is changed even on failed auth, but changing it only after successful one prevents users from accessing secure content (old session ID is cached). This patch will become obsolete once we upgrade to Undertow 1.1.10+.
LDEV-3115: Fix a bug: when an user starts adding a branching and does not finish it (by, for example, placing a Tool activity), cancel the adding process (remove start point and info dialog).
LDEV-3115: Fix a bug: when an user starts adding a branching and does not finish it (by, for example, placing a Tool activity), cancel the adding process (remove start point and info dialog).
LDEV-3115: Fix a bug: when an user starts adding a branching and does not finish it (by, for example, placing a Tool activity), cancel the adding process (remove start point and info dialog).