On Thursday 12 February 2009 11:53, Richard Frazer wrote:
> I had this same exact problem yesterday. I commented out the "other"
> configuration in the jboss login-config.xml and all was good. The
> Configuration.getConfiguration().getAppConfigurationEntry(name) call will
> return that entry for anything that you don't have explicitly defined.
This is already done at my side since years ;-)
<!--
<application-policy name = "other">
<authentication>
<login-module code =
"org.jboss.security.auth.spi.UsersRolesLoginModule"
flag = "required" />
</authentication>
</application-policy>
-->