SSL security issue

I

Indunil

Hi guys,

I have an application implemented in which some pages are SSL(HTTPS)
secure and some are not.
ISSUE
user clicks on a button which goes to SSL secure page. But if the
session has been expired it must go to an session error page.
the issue is when the page goes to the session error page it shows the
secure popup(which is shown by the browser) saying that "this page
contains both secure and nonsecure items...."

How can i prevent this.

I'm using Spring and Struts.
 
T

Timo Stamm

Indunil said:
Hi guys,

I have an application implemented in which some pages are SSL(HTTPS)
secure and some are not.
ISSUE
user clicks on a button which goes to SSL secure page. But if the
session has been expired it must go to an session error page.
the issue is when the page goes to the session error page it shows the
secure popup(which is shown by the browser) saying that "this page
contains both secure and nonsecure items...."

How can i prevent this.

Remove all absolute links. If IE finds an URL to a non-SSL resource (for
an image, style sheet, script, link, etc.) on a SSL page, it complains.
Check that your session error page works flawlessly on SSL and non-SSL
pages.

You may want to ask in a newsgroup about browsers if you have further
questions, because this issue has nothing to do with Java.


Timo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,241
Latest member
Lisa1997

Latest Threads

Top