Skip to content

Commit 5157569

Browse files
authored
Merge pull request #34029 from daveywebster/multiple_hams_id_review
Multi-hams: Warning and error message updates after ID review.
2 parents cc3761a + 7601916 commit 5157569

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dev/io.openliberty.security.jakartasec.4.0.internal.cdi/resources/io/openliberty/security/jakartasec/cdi/internal/resources/JakartaSecurity40Messages.nlsprops

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717

1818
# Message prefix block: 2610-2620
1919

20-
JAKARTA_SECURITY_CDI_ERROR_CUSTOM_QUALIFIERS_NO_HAM_HANDLER=CWWKS2610E: Missing a custom handler when using qualified HttpAuthenticationMechanisms.
20+
JAKARTA_SECURITY_CDI_ERROR_CUSTOM_QUALIFIERS_NO_HAM_HANDLER=CWWKS2610E: Missing a custom handler that uses qualified HttpAuthenticationMechanisms.
2121
JAKARTA_SECURITY_CDI_ERROR_CUSTOM_QUALIFIERS_NO_HAM_HANDLER.explanation=If qualified HttpAuthenticationMechanisms are specified, then the default HttpAuthenticationMechanismHandler cannot determine which HAM to use, therefore a custom implementation of the HttpAuthenticationMechanismHandler must be provided.
22-
JAKARTA_SECURITY_CDI_ERROR_CUSTOM_QUALIFIERS_NO_HAM_HANDLER.useraction=Implement an HttpAuthenticationMechanismHandler using customized logic to select a unique HttpAuthenticationMechanism.
22+
JAKARTA_SECURITY_CDI_ERROR_CUSTOM_QUALIFIERS_NO_HAM_HANDLER.useraction=Implement an HttpAuthenticationMechanismHandler that uses customized logic to select a unique HttpAuthenticationMechanism.
2323

2424
JAKARTASEC_CDI_ERROR_PROCESSING_HAM_LIST=CWWKS2611E: Processing annotations for the {0} definition within a list failed.
25-
JAKARTASEC_CDI_ERROR_PROCESSING_HAM_LIST.explanation=Whilst processing a list of HttpAuthenticationMechanism definitions, an error occured whilst extracting annotation values.
25+
JAKARTASEC_CDI_ERROR_PROCESSING_HAM_LIST.explanation=While processing a list of HttpAuthenticationMechanism definitions, an error occurred when extracting annotation values.
2626
JAKARTASEC_CDI_ERROR_PROCESSING_HAM_LIST.useraction=Investigate the cause of the exception and correct the application configuration.
2727

2828
JAKARTASEC_CDI_ERROR_EXTRACTING_HAM_PROPERTIES=CWWKS2612E: Processing properties the {0} type failed.
29-
JAKARTASEC_CDI_ERROR_EXTRACTING_HAM_PROPERTIES.explanation=Whilst processing a specific HttpAuthenticationMechanism annotation, an error occured whilst extracting property values.
29+
JAKARTASEC_CDI_ERROR_EXTRACTING_HAM_PROPERTIES.explanation=While processing a specific HttpAuthenticationMechanism annotation, an error occurred when extracting property values.
3030
JAKARTASEC_CDI_ERROR_EXTRACTING_HAM_PROPERTIES.useraction=Investigate the cause of the exception and correct the application configuration.
3131

32-
JAKARTASEC_CDI_ERROR_CREATING_QUALIFIERS=CWWKS2613E: Could not create custom qualifier annotation {0} for qualifier class {1}.
33-
JAKARTASEC_CDI_ERROR_CREATING_QUALIFIERS.explanation=Whilst creating a qualified HttpAuthenticationMechanism, an error occured whilst creating a custom qualifier annotation.
32+
JAKARTASEC_CDI_ERROR_CREATING_QUALIFIERS=CWWKS2613E: Cannot create the {0} custom qualifier annotation for the {1} qualifier class.
33+
JAKARTASEC_CDI_ERROR_CREATING_QUALIFIERS.explanation=While creating a qualified HttpAuthenticationMechanism, an error occurred when creating a custom qualifier annotation.
3434
JAKARTASEC_CDI_ERROR_CREATING_QUALIFIERS.useraction=Investigate the cause of the exception and correct the application configuration.

0 commit comments

Comments
 (0)