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
.error("AuthorizationManager must be used with `use-expressions=\"true\"", element);
79
+
.error("AuthorizationManager must be used with `use-expressions=\"true\"; Add `use-authorization-manager=\"false\"` or enable use of expressions in `<http>` block", element);
80
80
returnnull;
81
81
}
82
82
if (StringUtils.hasText(element.getAttribute(ATT_ACCESS_DECISION_MANAGER_REF))) {
83
83
parserContext.getReaderContext()
84
-
.error("AuthorizationManager cannot be used in conjunction with `access-decision-manager-ref`",
84
+
.error("AuthorizationManager cannot be used in conjunction with `access-decision-manager-ref`; either remove the reference to AccessDecisionManager or add `use-authorization-manager=\"false\"` to `<http>` block",
0 commit comments