-
Task
-
Resolution: Done
-
Major
-
None
-
None
Replace the nested if statements with one if statement that checks both of the conditions together
https://github.com/wildfly-security/wildfly-elytron/blob/2.x/auth/server/base/src/main/java/org/wildfly/security/auth/server/ServerAuthenticationContext.java#L895-L897
Note: there is a 3rd if statement, which has an else statement. So, do not merge that one with the other two.