Re: Downloading generated PDF behavior different with apache in front of appserver

2010-08-25 Thread TahitianGabriel
Header("Expires", -1); response.setHeader("Pragma", "public"); response.setHeader("Cache-Control", "public"); Regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Downloading-generated-PDF-behavior-d

Downloading generated PDF behavior different with apache in front of appserver

2010-08-24 Thread Doug Leeper
All, We have an application that generates a PDF (via PD4ML) and sends it back in the same request. This works fine and dandy when accessing our app server (weblogic/http) directly. However, when we access the same functionality but via Apache and SSL to weblogic, we get a message that the r