You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erich Jagomägis edited this page Nov 14, 2023
·
1 revision
Controller advisor is general Exception handler that catches a great variety of exceptions and handles them in accordance to Bitweb standard.
Enabling feature
Core library contains auto-configuration mechanism that configures the addition and propagation of Trace ID to every log entry. In order to enable auto-configuration, simply add property to configuration.
To enable feature, change ee.bitweb.core.controller-advice.enabled=true to ee.bitweb.core.controller-advice.auto-configuration=true.
Error message formats also changed for following exceptions: MissingServletRequestPartException, HttpRequestMethodNotSupportedException, BindException.