Thanks everyone, for your suggestions and Cheers. I finally resolved the problem be removing a response compression filter that was somehow screwing up the pdf output stream.
I also found out that the browser is sending 2 GET requests for the <embed tag. The first with a "user-agent=contype" header is used to determine which handler app to load for the data and the second GET requests the actual data. I now trap the first request and just return a content-type=application/pdf header. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879301#3879301 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879301 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
