]
James Perkins updated WFLY-11001:
---------------------------------
Fix Version/s: 15.0.0.Final
Eliminate direct use of SecurityRealmService
--------------------------------------------
Key: WFLY-11001
URL:
https://issues.jboss.org/browse/WFLY-11001
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 14.0.0.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 15.0.0.Beta1, 15.0.0.Final
There are a couple places in Undertow that are using core's SecurityRealmService
class instead of its Service type, SecurityRealm. Clean that up to help make it clear
what code from core's domain-management code is API relied upon by subsystems.