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
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
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
---
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