Rostislav Svoboda created WFCORE-5150:
-----------------------------------------
Summary: Elytron - PolicyDefinitions#registerHandler uses double-check of the
same thing
Key: WFCORE-5150
URL:
https://issues.redhat.com/browse/WFCORE-5150
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Rostislav Svoboda
Assignee: Rostislav Svoboda
Elytron - PolicyDefinitions#registerHandler uses double-check of the same thing
{code:java}
if (discovered != null) {
...
PolicyContext.registerHandler(key, discovered != null ? new
DelegatingPolicyContextHandler(key, handler, discovered) : handler, true);
}
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)