Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-2475

Use the primitive boolean expression in DelegatingAuthConfigFactory

XMLWordPrintable

      In this expression , the `!delegationAllowed.get()` can result in NullPointerException if the value obtained is null. Use !Boolean.TRUE.equals(delegationAllowed.get()) instead.

            aishwaryamittal Aishwarya Mittal (Inactive)
            dvilkola@redhat.com Diana Krepinska
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: