]
Eduardo Martins reassigned WFLY-10133:
--------------------------------------
Assignee: Eduardo Martins (was: Stuart Douglas)
JBoss Web migrate op does not create security realms when invoked
from embedded process
---------------------------------------------------------------------------------------
Key: WFLY-10133
URL:
https://issues.jboss.org/browse/WFLY-10133
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Eduardo Martins
Assignee: Eduardo Martins
When migrating a legacy JBoss Web subsystem configuration, which includes an SSL
connector, the security realm, referenced by the resulting Undertow subsystem
configuration, is not created if the migrate: op is invoked by a standalone embedded
process.
The concrete issue is that the migrate: op logic, as expected, is different wether the
process type in context is wrt a managed domain configuration or not, but it wrongly
considers any ProcessType that is not STANDALONE or SELF_CONTAINED as managed domain.