Class com.ibm.ws.security.javaeesec.cdi.beans.LoginToContinueInterceptorTest

16

tests

0

failures

0

ignored

0.599s

duration

100%

successful

Tests

Test Duration Result
testInitializeELDeferredWithCustomForm 0.002s passed
testInitializeELDeferredWithForm 0.003s passed
testInitializeELImmediateWithCustomForm 0.002s passed
testInitializeELImmediateWithForm 0.011s passed
testInitializeNoEL 0.430s passed
testInterceptContinueFormDefault 0.004s passed
testInterceptContinueFormELDeferred 0.005s passed
testInterceptContinueFormELImmediate 0.089s passed
testInterceptContinueFormForward 0.008s passed
testInterceptContinueFormRedirect 0.004s passed
testInterceptDifferentMethod 0.003s passed
testInterceptNoMpp 0.002s passed
testInterceptSessionCookieExist 0.003s passed
testInterceptSessionCookieExistOnOriginalURLAfterAuthenticate 0.010s passed
testInterceptSuccessCustomForm 0.020s passed
testInterceptSuccessForm 0.003s passed

Standard output

SharedOutputManager captured the following: 
-- System.out -------------------------------------------------
-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
-- Trace -------------------------------------------------

Standard error

[ERROR   ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.Algorithm configuration parameter has a value of PBKDF2WethHmacSHA512 that is not valid.
[ERROR   ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.Iterations configuration parameter has a value of NotANumber that is not valid.
[ERROR   ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.SaltSizeBytes configuration parameter has a value of NotANumber that is not valid.
[ERROR   ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.KeySizeBytes configuration parameter has a value of NotANumber that is not valid.
[ERROR   ] CWWKS1934E: The password hash for the DatabaseIdentityStore attribute is not valid because the 3 value of the Pbkdf2PasswordHash.Iterations configuration parameter is less than the minimum value of 1,024.
[ERROR   ] CWWKS1934E: The password hash for the DatabaseIdentityStore attribute is not valid because the 5 value of the Pbkdf2PasswordHash.SaltSizeBytes configuration parameter is less than the minimum value of 16.
[ERROR   ] CWWKS1934E: The password hash for the DatabaseIdentityStore attribute is not valid because the 8 value of the Pbkdf2PasswordHash.KeySizeBytes configuration parameter is less than the minimum value of 16.
[ERROR   ] CWWKS1935E: The password hash from the database is not valid. The number of the elements 2 is not 4.
[ERROR   ] CWWKS1935E: The password hash from the database is not valid. The hash algorithm invalid is not supported.
[ERROR   ] CWWKS1935E: The password hash from the database is not valid. The iterations 8A32G is not a number.
[ERROR   ] CWWKS1935E: The password hash from the database is not valid. The salt value is not encoded properly.
[ERROR   ] CWWKS1935E: The password hash from the database is not valid. The hash value is not encoded properly.
[ERROR   ] CWWKS1926E: The form login or custom form login HttpAuthenticationMechanism bean is not configured correctly. It is missing the LoginToContinue annotation.