[
https://issues.jboss.org/browse/WFLY-12081?page=com.atlassian.jira.plugin...
]
Ondrej Kotek updated WFLY-12081:
--------------------------------
Steps to Reproduce:
Switch to Elytron and run
* {{./bin/jboss-cli.sh --file=docs/examples/enable-elytron.cli}}
* {{./bin/standalone.sh -secmgr}}
Configure and reload
* {{/subsystem=security:write-attribute(name=initialize-jacc,value=false)}}
* {{/subsystem=elytron/policy=jacc:add(jacc-policy={})}}
* {{reload}}
*
{{/subsystem=undertow/application-security-domain=other:write-attribute(name=enable-jacc,value=true)}}
* {{reload}}
Stop and start several times
* Ctrl-C
* {{./bin/standalone.sh -secmgr}}
was:
Switch to Elytron and run
* {{./bin/jboss-cli.sh --file=docs/examples/enable-elytron.cli}}
* {{./standalone.sh -secmgr}}
Configure and reload
* {{/subsystem=security:write-attribute(name=initialize-jacc,value=false)}}
* {{/subsystem=elytron/policy=jacc:add(jacc-policy={})}}
* {{reload}}
*
{{/subsystem=undertow/application-security-domain=other:write-attribute(name=enable-jacc,value=true)}}
* {{reload}}
Stop and start several times
* Ctrl-C
* {{./standalone.sh -secmgr}}
(Intermittent) stuck start with secmgr after enabling JACC for
undertow/application-security-domain
---------------------------------------------------------------------------------------------------
Key: WFLY-12081
URL:
https://issues.jboss.org/browse/WFLY-12081
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 17.0.0.Beta1
Reporter: Ondrej Kotek
Assignee: Darran Lofthouse
Priority: Blocker
After enabling JACC on {{undertow/application-security-domain=other}}, the server can get
stuck when starting with Security Manager turned on.
After disabling JACC, or when starting without Security Manager, the server starts as
expected.
This behaviour blocks customers that uses JACC with Security Manager.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)