13693261870
2022-09-20 a666b5f9741ef9b21f547d3b2141752a0383c70c
src/java/org/apereo/cas/authentication/DefaultAuthenticationResultBuilder.java
@@ -105,8 +105,8 @@
            LOGGER.warn("No authentication event has been recorded; CAS cannot finalize the authentication result");
            return null;
        }
        final Map<String, Object> authenticationAttributes = new HashMap<>();
        final Map<String, Object> principalAttributes = new HashMap<>();
        final Map<String, Object> authenticationAttributes = new HashMap<>(5);
        final Map<String, Object> principalAttributes = new HashMap<>(5);
        final AuthenticationBuilder authenticationBuilder = DefaultAuthenticationBuilder.newInstance();
        buildAuthenticationHistory(this.authentications, authenticationAttributes, principalAttributes, authenticationBuilder);