Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5150

Elytron - PolicyDefinitions#registerHandler uses double-check of the same thing

XMLWordPrintable

    • Undefined

      Elytron - PolicyDefinitions#registerHandler uses double-check of the same thing

      if (discovered != null) {
      ...
      PolicyContext.registerHandler(key, discovered != null ? new DelegatingPolicyContextHandler(key, handler, discovered) : handler, true);
      }
      

              rsvoboda@redhat.com Rostislav Svoboda
              rsvoboda@redhat.com Rostislav Svoboda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: