  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | To Avoid Security Alert with HTTPS protocol | To Avoid Security Alert with HTTPS protocol 2004-07-06 - By Kaushal, Pavnesh (GE Consumer Finance, consultant)
Back My site is working for both HTTP and HTTPS protocols. I am trying to open the PDF document in child window having dynamic contents with both the protocols. I am building the url dynamically depending on which protocol is used i.e. HTTP or HTTPS. Url is build correctly for both protocols.
Now whats happening is;
When I am coming from HTTP protocol, i am able to see dynamic PDF document as desired.
When I am coming from HTTPS, the built Url is correct as it should be but I am getting security alert having message "You are about to leave secure Internet Connection. It will be possible for others to view the information you sent". This alert should not come cos I am already in the secured channel.
If I copy and paste this URL in afresh IE window. As desired I am getting security alert having message "You are going to view pages over secure connection....."
.....I am using javascript window.open(......) to send this url to new IE window.......
if anybody has faced this kinda problem or have any idea how to avoid security alert when coming from HTTPS protocol.
Any prompt help will be highly appreciated...
==========================================================================To unsubscribe: mailto listserv@(protected) with body: "signoff JSP-INTEREST". For digest: mailto listserv@(protected) with body: "set JSP-INTEREST DIGEST".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
|
|
 |