]
Brian Stansberry reassigned WFLY-12518:
---------------------------------------
Fix Version/s: 18.0.0.Final
Assignee: Daniel Straub (was: Ilia Vassilev)
Resolution: Done
ConnectionSecurityContext.getConnectionPrincipals leads to
IllegalStateException getConnectionPrincipals
--------------------------------------------------------------------------------------------------------
Key: WFLY-12518
URL:
https://issues.jboss.org/browse/WFLY-12518
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 18.0.0.Beta1
Reporter: Daniel Straub
Assignee: Daniel Straub
Priority: Major
Fix For: 18.0.0.Final
The commit
https://github.com/wildfly/wildfly/commit/121c02b004adaca76e306bf3e8c16b3...
leads direct to an IllegalStateException during anonymous login.
In this case is no Realm available and the constructor of new RealmUser(realm,
principal.getName()) throws an IllegalStateException.