Bug 976589

Summary: Wrong Default for disable-audit Setting
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Fernando Ribeiro <fernando.ribeiro>
Component: DocumentationAssignee: Misha H. Ali <mhusnain>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: jcacek, olukas, smumford, twells
Target Milestone: GAKeywords: Documentation, EasyFix, Triaged
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Instance Name: Not Defined Build: CSProcessor Builder Version 1.8 Build Name: 13944, Security Guide-6.1-1 Build Date: 19-04-2013 15:46:54
Last Closed: 2014-08-06 14:35:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fernando Ribeiro 2013-06-20 23:17:12 UTC
Title: jboss-web.xml Configuration Reference

Describe the issue:

The guide incorrectly says that the default for disable-audit is false, when it is actually true.

Suggestions for improvement:

Fix the guide.

Additional information:

N/A

Comment 3 Josef Cacek 2014-02-24 07:41:48 UTC
The element <disable-audit> is not supposed to be empty. It has boolean type

jboss-web_7_1.xsd:
   <xsd:complexType name="disable-auditType">
      <xsd:annotation>
         <xsd:documentation>
            The disable-audit element specifies if the security audit logging
            should be disabled.
         </xsd:documentation>
      </xsd:annotation>
      <xsd:simpleContent>
         <xsd:restriction base="javaee:generic-booleanType"/>
      </xsd:simpleContent>
   </xsd:complexType>

To enable auditing for the web application, user has to put following line to the jboss-web.xml:

  <disable-audit>false</disable-audit>

Comment 5 Scott Mumford 2014-02-26 05:13:05 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 6 Scott Mumford 2014-02-26 05:15:26 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 7 Josef Cacek 2014-02-27 09:24:05 UTC
Verified on stage.