This page contains both secure and nonsecure items

View: New views
6 Messages — Rating Filter:   Alert me  

This page contains both secure and nonsecure items

by =?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: This page contains both secure and nonsecure items

by asg54 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@metha.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@woodstock.dev.java.net
For additional commands, e-mail: dev-help@woodstock.dev.java.net

Re: This page contains both secure and nonsecure items

by richard ratta :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: This page contains both secure and nonsecure items

by =?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Asg54,

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 items

by asg54 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What 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?


richard ratta wrote:
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@metha.com.br
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@woodstock.dev.java.net
>>For additional commands, e-mail: dev-help@woodstock.dev.java.net
>>
>>
>>
>>    
>>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@woodstock.dev.java.net
For additional commands, e-mail: dev-help@woodstock.dev.java.net

Re: This page contains both secure and nonsecure items

by MitkoD :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We have solved the Visual JSF(Woodstock) issue when running it under HTTPS and IE 7 by following the steps described in the MentorMate development forum. Worked out well and now we don't have those annoying security message popup. See the link below

http://mentormate.com/blog/netbeans-visual-jsf-editor-tutorial-web-applications-running-https-displaying-warning-page-secure-nonsecure-items-2/