|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
This page contains both secure and nonsecure itemsHi,
I'm using Woodstock over https, and having a problem in IE with the "This page contains both secure and nonsecure items" message. Do you know if is anyone else having this problem? Do you think this is something that can be fixed? Thanks, Marcio gomes@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: This page contains both secure and nonsecure itemsDid you find a solution to this problem? I am also receiving the message. Thanks.
|
|
|
Re: This page contains both secure and nonsecure itemsThere have been several threads about this issue.
My conclusion was that it is an issue with IE and relative urls that are defined in the CSS file for images. I have not investigated it all and will not be (since I am no longer an active developer on woodstock). But if my conclusion is correct, the CSS rules must be "fixed up" either when the page is streamed from the server, or after the CSS is loaded in the browser. I think you can "turn off something" in IE7 to stop the messages. I'm sorry but I don't have any references to the other threads. But there were alot of "hits" in a google search for this issue which led me to my conclusion, at least for the woodstock pages. If I remember it is related to referencing a file via relative URLS, whether it be an img or javascript file. Some paths can be "fixed up" more easily than others and the "hardest" ones are the embedded references in CSS, in the woodstock case. -rick asg54 wrote: >Did you find a solution to this problem? I am also receiving the message. >Thanks. > > > >=?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= wrote: > > >>Hi, >> >>I'm using Woodstock over https, and having a problem in IE with the "This >>page contains both secure and nonsecure items" message. >> >>Do you know if is anyone else having this problem? >> >>Do you think this is something that can be fixed? >> >>Thanks, >> >>Marcio >>gomes@... >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: dev-unsubscribe@... >>For additional commands, e-mail: dev-help@... >> >> >> >> >> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: This page contains both secure and nonsecure itemsAsg54,
What Richard wrote is what i know, too. I continue setting up the IE7, manually. Marcio Thu, 24 Jul 2008 14:42:56 -0400, richard ratta <Richard.Ratta@...> escreveu: > There have been several threads about this issue. > My conclusion was that it is an issue with IE and relative urls that are > defined in the CSS > file for images. > > I have not investigated it all and will not be (since I am no longer an > active developer on woodstock). > > But if my conclusion is correct, the CSS rules must be "fixed up" either > when the page is > streamed from the server, or after the CSS is loaded in the browser. > > I think you can "turn off something" in IE7 to stop the messages. > > I'm sorry but I don't have any references to the other threads. > But there were alot of "hits" in a google search for this issue which > led me to my conclusion, > at least for the woodstock pages. If I remember it is related to > referencing a file via relative > URLS, whether it be an img or javascript file. Some paths can be "fixed > up" more easily than > others and the "hardest" ones are the embedded references in CSS, in the > woodstock case. > > -rick > > asg54 wrote: > > >Did you find a solution to this problem? I am also receiving the message. > >Thanks. > > > > > > > >=?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= wrote: > > > > > >>Hi, > >> > >>I'm using Woodstock over https, and having a problem in IE with the "This > >>page contains both secure and nonsecure items" message. > >> > >>Do you know if is anyone else having this problem? > >> > >>Do you think this is something that can be fixed? > >> > >>Thanks, > >> > >>Marcio > >>gomes@... > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: dev-unsubscribe@... > >>For additional commands, e-mail: dev-help@... > >> > >> > >> > >> > >> > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: This page contains both secure and nonsecure itemsWhat about the generated portion of the page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#" xmlns:waistate="http://www.w3.org/2005/07/aaa"> I have no idea how that is generated from: <jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf"> <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/> <f:view> <webuijsf:page id="page"> <webuijsf:html id="html"> But if the app is running under the https protocol, don't the above URL's for the schemas need to https too?
|
| Free Forum Powered by Nabble | Forum Help |