]
Jan Kalina updated ELY-1173:
----------------------------
Priority: Minor (was: Critical)
InvalidNameState not used for non-existing identities in
ServerAuthenticationContext
------------------------------------------------------------------------------------
Key: ELY-1173
URL:
https://issues.jboss.org/browse/ELY-1173
Project: WildFly Elytron
Issue Type: Bug
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Minor
There was added new state *InvalidNameState* into *ServerAuthenticationContext* as part
of ELY-1115, but it is currently used only when principal is rewritten to null - not when
identity is not found in security realm.
After adding this will be probably necessary to implement more State methods in
*InvalidNameState* to have wildfly tests green.