[wildfly-dev] Denied to access admin web console of EAP6 after removing server-groups
Claudio Miranda
claudio at claudius.com.br
Sat Jan 18 12:31:50 EST 2014
Hi, related to HAL-336
The class org.jboss.as.console.client.core.bootstrap.LoadMainApp,
method execute() has the following
if(!bootstrapContext.isStandalone()
&& (bootstrapContext.isGroupManagementDisabled() ||
bootstrapContext.isHostManagementDisabled())
)
{
new InsufficientPrivileges().execute();
Just out of curiosity, I set the
bootstrapContext.setGroupManagementDisabled(false) and everything
worked fine on the surface. I was able to add a server group and
server configuration.
What are the consequences if the
bootstrapContext.isGroupManagementDisabled() is removed from above
condition ?
Regards
--
Claudio Miranda
claudio at claudius.com.br
http://www.claudius.com.br
More information about the wildfly-dev
mailing list