]
Jan Kalina commented on ELY-1173:
---------------------------------
[~dmlloyd] Do we want to keep InvalidNameState? Not sure if the last discussion about it
with you didnt ended that we should not have such state...
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.