• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SSL & download files denied by IE

 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I've got some files (pdf, rtf...office docs) under a secutiry constrain in SSL - Basically, if I try to download these files directly from the link on my jsp page (always in SSL connection) I get an error message by IE wich is says the url is not been found.
The link is ok, because with Firefox works fine (as always :p ).
The problem is probabli about this article wich I found on MS support
web page (hope you get it in english)
At the of of my jsp page I've got the following code:

Any suggestions on how to change it??
Thanks in advance
[ July 15, 2006: Message edited by: Alessandro Ilardo ]
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why not use servlet to do these stuff? As far as i know,it works very well using servlet to support downloading files from website.good luck.
 
It's feeding time! Give me the food you were going to give to this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic