File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes How to get avoid the 'security information' message when downloading PDF over https Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to get avoid the Watch "How to get avoid the New topic
Author

How to get avoid the 'security information' message when downloading PDF over https

felix kerner
Greenhorn

Joined: Aug 04, 2003
Posts: 17
Hello everybody,
I am having a problem when I download a PDF file from the servlet to the client over https in my application: just bevore the acrobat reader opens
a 'security information' window is displayed. Can I somehow avoid this behavior? I tried all kinds of acrobat and explorer settings, but the window keeps popping up....
Please write me, if you know some solution to my problem.
Thank you!
Regards,
Felix
Simon Brown
sharp shooter, and author
Ranch Hand

Joined: May 10, 2000
Posts: 1860
Is this a window telling you about the certificate? If so, you can add that certificate as trusted in your browser. Alternatively, make sure that the certificate is valid and hasn't expired.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to get avoid the 'security information' message when downloading PDF over https
 
Similar Threads
Acrobat javascript
XSL-FO hyperlinks in PDF
Acrobat Reader 6.0 Displaying Problem
Acrobat Reader 6.0 Displaying Problem
How can I close Acrobat Reader when a servlet show a pdf file?