Bug 46600 - maxKeepAliveRequests description in wrong section of documentation
Summary: maxKeepAliveRequests description in wrong section of documentation
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 6.0.18
Hardware: PC Linux
: P2 trivial (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 23:31 UTC by Kirk True
Modified: 2009-02-03 22:53 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirk True 2009-01-25 23:31:41 UTC
On the page...

    http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

...the maxKeepAliveRequests description is only in the "Standard Implementation" section. However, since it's applicable for the NIO implementation, it would appear that it properly belongs in the "Common Attributes" section.
Comment 1 Mark Thomas 2009-02-03 22:53:02 UTC
Common attributes are only those required by the org.apache.catalina.connector.Connector class

Whilst some additional attributes are supported by multiple connectors, these should be listed individually against each connector.

I have added maxKeepAliveRequests to the NIO connector for trunk and 6.0.x. This will be included in 6.0.19 onwards.