Re: Problems with seeing pdf-files in IE 5.0

2001-12-17 Thread Stephan Kassanke
and use "?" as the separator not "&" ...   Stephan - Original Message - From: Stephan Kassanke To: [EMAIL PROTECTED] Sent: Monday, December 17, 2001 3:04 PM Subject: Re: Problems with seeing pdf-files in IE 5.0 Hi Cyril, we ha

Re: Problems with seeing pdf-files in IE 5.0

2001-12-17 Thread Stephan Kassanke
To: [EMAIL PROTECTED] Sent: Friday, December 07, 2001 2:43 PM Subject: Re: Problems with seeing pdf-files in IE 5.0 It has been reported many times that IE5.0 needs some strong mime type information  : not only you must set the content-type HTTP header to "application/pdf

RE: Problems with seeing pdf-files in IE 5.0

2001-12-10 Thread Raúl Carazo
.   Raúl   - Original Message - From: Savino, Matt C <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 8:18 PM Subject: RE: Problems with seeing pdf-files in IE 5.0 > Jim, I've attached the servlet that we use to handle a simlar issue issue t

RE: Problems with seeing pdf-files in IE 5.0 | Specification of folder for XML/XSL files under Cocoon 2

2001-12-10 Thread Matthias Fischer
hardson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 4:05 PM To: [EMAIL PROTECTED] Subject: Re: Problems with seeing pdf-files in IE 5.0 Jim Urban wrote: So how do you use a url that ends > with .pdf when using servlets? > I think you can do http://any.url/servlets/Bla

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread joseph . aloysius . gilvary
>cc: Subject: RE: Problems with seeing pdf-files in IE 5.0 12/07/2001

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Jim Urban
riday, December 07, 2001 1:14 PM To: [EMAIL PROTECTED] Subject: RE: Problems with seeing pdf-files in IE 5.0 Do you write to the servlet response before you decide whether "this is a job for FOP" . (Sorry) If the response to the browser hasn't begun, I think you should be able to

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Savino, Matt C
-Original Message- > From: Jim Urban [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 07, 2001 11:02 AM > To: [EMAIL PROTECTED] > Subject: RE: Problems with seeing pdf-files in IE 5.0 > > > Here is the real problem. When the servlet is posted to, the > browser ha

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread joseph . aloysius . gilvary
"Jim Urban" steps.net>cc: Subject: RE

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Jim Urban
nsible for providing XSL:FO files for the pages they want PDF prints. The XSL:FO files are optional and may or may not exist. Jim -Original Message- From: Alex McLintock [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 11:05 AM To: [EMAIL PROTECTED] Subject: RE: Problems with seeing

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Alex McLintock
--- Jim Urban <[EMAIL PROTECTED]> wrote: > > you also have to use an url with ".pdf" at the end > The url the client is posting to is a servlet which uses FOP to generate a > PDF and feed it back to the browser. If the client post a request to > myservlet.pdf the server will look for a file cal

Re: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Cyril Rognon
That's the trick if you have to use .pdf ended url, use the query string like Jamestold you to. This is a particular IE5.0 pb, and some times it does not appear, the response content type may be enough. Cyril Rognon At 15:05 07/12/2001 +, you wrote: >Jim Urban wrote: > >So how do you

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Smith, Paul
You should be able to create a directory to servlet mapping in your web server (usually in the web.xml file). Something like: MyServlet /MyServletDir MyServlet MyPdfGeneratingServlet Then the browser can call www.myserver.com/MyServletDir/filename.pdf Your servlet

Re: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread James Richardson
Jim Urban wrote: So how do you use a url that ends > with .pdf when using servlets? > I think you can do http://any.url/servlets/Blah?stuff=.pdf but not certain James - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Jim Urban
> you also have to use an url with ".pdf" at the end The url the client is posting to is a servlet which uses FOP to generate a PDF and feed it back to the browser.  If the client post a request to myservlet.pdf the server will look for a file called myservlet.pdf and return a 403 when it c

Re: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Matt Savino
All my urls are .jsp and I don't have a problem with IE 4-5-6 recognizing them as PDF--as long as I set the response contentType. I have a myriad of other problems with older verisons of IE, but this is not one of them. Cyril Rognon wrote: > > It has been reported many times that IE5.0 needs som

Re: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Cyril Rognon
It has been reported many times that IE5.0 needs some strong mime type information  : not only you must set the content-type HTTP header to "application/pdf" but you also have to use an url with ".pdf" at the end... Cyril Rognon At 14:05 07/12/2001 +0100, you wrote:     I'm trying to see a pdf