how about allow to specify Content-Disposition as an attachement rather than hardcoded
inline?
DocumentStoreServlet.java
...
response.setHeader("Content-Disposition",
"inline; filename=\"" +
documentData.getFileName() + "\"");
...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115868#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...