]
Stuart Douglas resolved WFLY-1330.
----------------------------------
Fix Version/s: 8.0.0.Alpha1
Resolution: Done
disable-audit element configuration in jboss-web.xml doesn't take
any effect
----------------------------------------------------------------------------
Key: WFLY-1330
URL:
https://issues.jboss.org/browse/WFLY-1330
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: jaikiran pai
Assignee: Stuart Douglas
Fix For: 8.0.0.Alpha1
jboss-web.xml allows for disabling security audits for the application. The configuration
looks like:
{code}
<jboss-web>
<disable-audit>true</disable-audit>
</jboss-web>
{code}
However, the current WildFly upstream/master doesn't honour this setting and the
security audit events are logged irrespective of what value is set to this element.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: