]
James Perkins updated WFCORE-3698:
----------------------------------
Issue Type: Bug (was: Enhancement)
The embedded servers should reset system properties
---------------------------------------------------
Key: WFCORE-3698
URL:
https://issues.jboss.org/browse/WFCORE-3698
Project: WildFly Core
Issue Type: Bug
Components: Embedded
Reporter: James Perkins
Assignee: James Perkins
Some system properties are set when a standalone server or host controller are created
with the embedded server API. When the embedded server is stopped these properties should
be reset to their previous value if applicable.
Some system properties, such as {{module.path}}, cannot and should not be reset. With the
{{ModuleLoader}} the {{module.path}} system property is effectively static and can only be
set once.
There is no requirement to reset all system properties and overridden properties should
be honored where applicable.