Skip to content

953 catch exception in CtiFilter caused by not fully configured line

username-removed-730944 requested to merge 953-cti-exception-on-early-login into master

If user logged-in too early, CtiFilter.filterConfig.lineConfig could contain LineConfig with id == "-" (instead of number). Uncaught exception in CtiFilter makes login for this user impossible until restart.

Agreed minimal fix: catch exception, log as warning. User is then able to re-login.

Closes #953

Merge request reports