Allow the content length header to be set up to the point the response is committed when a writer is used.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1069131 13f79535-47bb-0310-9956-
ffa450edef68
if (included)
return;
- if (usingWriter)
- return;
-
coyoteResponse.setContentLength(length);
}
<code>org.apache.catalina.util.LifecycleBase</code> correctly implement
the expected state transitions. (markt)
</add>
+ <fix>
+ <bug>50747</bug>: Allow the content length header to be set up to the
+ point the response is committed when a writer is beng used. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Tribes">