RE: Security problem with a pdf.

2004-02-24 Thread George Yi








This has nothing to do with FOP. You page
has embedded link which is not https.



-Original Message-
From: Francisco García Leal [mailto:[EMAIL PROTECTED]

Sent: Tuesday,
 February 24, 2004 11:25 AM
To: [EMAIL PROTECTED]
Subject: Security problem with a
pdf.



Hello,



  I am creating a pdf
file with FOP in my application server. I am leaving the file in a temporary
directory and I am reading and writing on the out the pdf file in a JSP. My
server is secure (https://...) and when the jsp has left the file on the
navigator I am getting the next message:  



The
page has secure elements and not secure elements. ¿would you like to see no
secure elements? (translation from the spanish to english)



   Does anyone have any
idea?



 Thanks in advance.


















RE: Security problem with a pdf.

2004-02-24 Thread Matthew Case



I ran into the same 
problem with my servlet pushing PDF directly to the user on a POST. If you are 
pushing on a POST, IE (and maybe Netscape, I don't remember, Itried to fix 
thisabout 2 years ago) automatically put an XHTMLdoctype reference 
in the HTML that is not gotten over HTTPS. As far as I can tell, this was the 
reason for my problems. It may be the same for you.

  -Original Message-From: George Yi 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 24, 2004 12:30 
  PMTo: [EMAIL PROTECTED]Subject: RE: Security 
  problem with a pdf.
  
  This has nothing to 
  do with FOP. You page has embedded link which is not https.
  
  -Original 
  Message-From: Francisco 
  García Leal [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 
  24, 2004 11:25 
  AMTo: [EMAIL PROTECTED]Subject: Security problem with a 
  pdf.
  
  Hello,
  
   I 
  am creating a pdf file with FOP in my application server. I am leaving the 
  file in a temporary directory and I am reading and writing on the out the pdf 
  file in a JSP. My server is secure (https://...) and when the jsp has left the 
  file on the navigator I am getting the next message: 
  
  “The page has secure elements and 
  not secure elements. ¿would you like to see no secure elements?” (translation 
  from the spanish to english)
  
   Does 
  anyone have any idea?
  
  Thanks in 
  advance.