|
17 | 17 |
|
18 | 18 | # Message prefix block: 2610-2620 |
19 | 19 |
|
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. |
21 | 21 | 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. |
23 | 23 |
|
24 | 24 | 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. |
26 | 26 | JAKARTASEC_CDI_ERROR_PROCESSING_HAM_LIST.useraction=Investigate the cause of the exception and correct the application configuration. |
27 | 27 |
|
28 | 28 | 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. |
30 | 30 | JAKARTASEC_CDI_ERROR_EXTRACTING_HAM_PROPERTIES.useraction=Investigate the cause of the exception and correct the application configuration. |
31 | 31 |
|
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. |
34 | 34 | JAKARTASEC_CDI_ERROR_CREATING_QUALIFIERS.useraction=Investigate the cause of the exception and correct the application configuration. |
0 commit comments