Bug 1330160 - Wrong system property in documentation USE_CUSTOM_STATUS_MSG_IN_HEADER
Summary: Wrong system property in documentation USE_CUSTOM_STATUS_MSG_IN_HEADER
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.7
Hardware: Unspecified
OS: All
unspecified
low
Target Milestone: ---
: ---
Assignee: Andrea Hoffer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-25 13:31 UTC by Jan Stourac
Modified: 2017-05-02 12:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-02 12:25:15 UTC
Type: Bug


Attachments (Terms of Use)
testing war (8.72 KB, application/zip)
2016-04-25 13:31 UTC, Jan Stourac
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.