Jean-Francois Denise created WFCORE-1919:
--------------------------------------------
Summary: CLI client freezes for removed management realm
Key: WFCORE-1919
URL:
https://issues.jboss.org/browse/WFCORE-1919
Project: WildFly Core
Issue Type: Bug
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
*Steps to Reproduce:*
# ./standalone.sh
# ./jboss-cli.sh -c
# /core-service=management/security-realm=ManagementRealm/authentication=local:remove
# reload
# <Ctrl+C>
The client is already connected, Management realm is removed, client is reloaded.
The user is prompted for UserName (local-auth has been disabled).
Ctrl-C is typed.
During Ctrl-C handling, the client is closed although it is "reconnecting" and
has kept a lock. This lock is required to close the client. Lock that will never been
released.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)