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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115868
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to