RE: content length on response

2005-10-25 Thread George Sexton
, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Enrique Rodriguez Lasterra [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 2:44 PM > To: Tomcat Users List > Subject: Re: content length on response > > Yes, the probl

Re: content length on response

2005-10-24 Thread Enrique Rodriguez Lasterra
Yes, the problem was on my servlets. they don't use setContentLength method on the response. If this is tomcat default behaviour I suppose that it's better not using it, but, in some circunstances, some clients need this http header variable for reading response. Regards, Enrique. El lun, 24-

Re: content length on response

2005-10-24 Thread Jan Pernica
If you want a content length header then you will not be able to return partial results. The page can be generated at once only. Jan Enrique Rodriguez wrote: I have 9-8 tomcat with version 4.1.23 or 5.5.9. They never put content-length http header variable on responses. Why does tomcat has t

Re: content length on response

2005-10-24 Thread Hassan Schroeder
Enrique Rodriguez wrote: > I have 9-8 tomcat with version 4.1.23 or 5.5.9. They never put > content-length http header variable on responses. I just grabbed a JSP page from a 5.5.9 install with LiveHTTPHeaders running and it shows a Content-Length header; maybe you can provide more detail about th