Found the solution.
if (requestUri != null && requestUri.endsWith("pdf")) {
| response.setHeader("Accept-Ranges", "bytes");
| }
In a filter for PDFs or your security filter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182811#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...