[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Content Length for multiple Range requests in Tomcat doesn't

2005-11-29 Thread shandev
In tomcat Content Length set in response for range requests for more than one byte ranges is not equal to the sum of content length of all range requests. Here are request and response headers: GET MYReport_compilation.pdf HTTP/1.1 Accept: */* Range: bytes=1804578-1805257, 1805258-1805277, 18123

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - anybody working on Partial content by Tomcat?

2005-11-21 Thread shandev
Hi , I use partical content(response sttaus code 206) to show pdf file. Anybody here use the same? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908291#3908291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908291

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat partical content service speed should be increase

2005-11-21 Thread shandev
any help/suggestions on this issue is appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908213#3908213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908213 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat partical content service speed should be increased

2005-11-21 Thread shandev
Our application serves pdf file over the web.This how we do pdf streaming 1.browser sends a request for a pdf file 2.Our application adds a header Accpet-Ranges which servers like a flag by which browser understands that this server can send response in byte ranges(streaming). 3.Jboss sends th