Bug 43333

Summary: Messed up "Asynchronous writes" (sendfile) documentation
Product: Tomcat 6 Reporter: Bartek Jablonski <jabol20>
Component: DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P2    
Version: unspecified   
Target Milestone: default   
Hardware: Other   
OS: other   
URL: http://tomcat.apache.org/tomcat-6.0-doc/aio.html

Description Bartek Jablonski 2007-09-09 01:55:47 UTC
Documentation states, that to use tomcat sendfile functionality, developer needs
to set _response_ attributes but its _request_ attributes, that must be set.

Also attribute for end offset is wrong - should it be
"org.apache.tomcat.sendfile.end"?

I think that it would be good to mention, that its necessery to set proper
response content length header.
Comment 1 Mark Thomas 2008-05-01 14:19:47 UTC
The changes have been committed to trunk and proposed for 6.0.x
Comment 2 Mark Thomas 2008-05-15 10:54:57 UTC
This has been fixed in 6.0.x and will be included in 6.0.17 onwards.

Thanks for the report.