Bug 1330160

Summary: Wrong system property in documentation USE_CUSTOM_STATUS_MSG_IN_HEADER
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jan Stourac <jstourac>
Component: DocumentationAssignee: Andrea Hoffer <ahoffer>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.4.7CC: eap-docs, sgilda, sjay
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-02 12:25:15 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:
Attachments:
Description Flags
testing war none

Description Jan Stourac 2016-04-25 13:31:52 UTC
Created attachment 1150476 [details]
testing war

Document URL: 

https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html-single/Administration_and_Configuration_Guide/index.html

Section Number and Name: 

15.5. SYSTEM PROPERTIES IN JBOSSWEB

Describe the issue: 

There is wrong path/name to system property mentioned in documentation - 

org.apache.coyote.Constants.USE_CUSTOM_STATUS_MSG_IN_HEADER

Suggestions for improvement: 

correct path/name to system property is -

org.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER
(see that there is no "Constants" in the path of this property)

Additional information: 

To ensure, you can deploy attached war, configure mentioned system property and perform following curl command:

$ curl -D hdrs localhost:8080/jboss-helloworld/HelloWorld
HTTP/1.1 499 STUCHY
Server: Apache-Coyote/1.1
Content-Type: text/html
Content-Length: 0
Date: Mon, 25 Apr 2016 13:28:24 GMT

Comment 2 sgilda 2017-02-15 16:35:26 UTC
This update is to the Administration and Configuration Guide.