|
I'm having trouble setting the content-length with the 2.1 TDK. What I want to do is create a default page that will determine the content-length in the doPostBuild method and set it in the response. But it seems that Turbine ignores this part of the Response object. I can get the HttpResponse object and set the content-length, but it does not get put in the headers when the page is served up. I can see that the content-length is set in the response object when I debug the Turbine servlet, but it doesn't get included in the actual response. Am I doing it in the wrong place or otherwise mis-guided? Chris C |
Title: Blank
