[jboss-jira] [JBoss JIRA] (WFLY-10066) JACC is broken after server reload
Stuart Douglas (JIRA)
issues at jboss.org
Tue Mar 27 19:13:00 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas reassigned WFLY-10066:
-------------------------------------
Assignee: Stuart Douglas (was: Darran Lofthouse)
> JACC is broken after server reload
> ----------------------------------
>
> Key: WFLY-10066
> URL: https://issues.jboss.org/browse/WFLY-10066
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 13.0.0.Beta1
>
>
> It was discovered by https://github.com/wildfly/wildfly/pull/10829 that JACC has problems after server reload.
> org.jboss.security.jacc.JBossPolicyConfigurationFactory will always use the first 'org.jboss.security.jacc.DelegatingPolicy' that is set, while on reload org.jboss.as.security.service.SecurityBootstrapService will create and install a new policy, which means that after you execute a reload operation JACC is broken (provided the JBossPolicyConfigurationFactory was initialised before the reload).
> This will need to be fixed somehow, either by using the same DelegatingPolicy after reload, or by clearing the state in JBossPolicyConfigurationFactory.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list