Still have some problems.
we use Wicket 1.3.6
This is the JS for creating the modal:
                    if (Wicket.Browser.isIELessThan7() ||
!Wicket.Browser.isIE()) {
                        s+= "<iframe src='\/\/:' frameborder=\"0\"
id='"+idContent+"' allowtransparency=\"false\" style=\"height: 200px\">"+
                                        "</iframe>";
                    } else {
                        s+= "<iframe src='about:blank' frameborder=\"0\"
id='"+idContent+"' allowtransparency=\"false\" style=\"height: 200px\">"+
                        "</iframe>";
                    }

I changed also the src to 0: without success. (after looking at
WICKET-855<https://issues.apache.org/jira/browse/WICKET-855>
)

Igor,
there is no call to any resource that is in an http:// path.

Please advice,


Eyal Golan
[email protected]

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


On Wed, Aug 19, 2009 at 11:49 PM, Eyal Golan <[email protected]> wrote:

> Thanks Igor and Peter.Peter,
> we did change the JS that builds the ModalWindow. I'll look into it.
> Thanks,
>
> Eyal Golan
> [email protected]
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>
>
> On Wed, Aug 19, 2009 at 8:56 PM, Peter Ertl <[email protected]> wrote:
>
>> I remember this issue begin fixed already:
>> https://issues.apache.org/jira/browse/WICKET-855
>>
>> did someone change ModalWindow in the meantime?
>>
>> Am 19.08.2009 um 17:13 schrieb Igor Vaynberg:
>>
>>
>>  it just means that you are on a https page but it links to some http
>>> resources, eg images or javascripts.
>>>
>>> so make sure when you are on a https page all your resources are
>>> brought in via relative urls and do not start with http://
>>>
>>> one specific example is that you can be on an https page but you
>>> include an website analytics script via an http url.
>>>
>>> -igor
>>>
>>> On Wed, Aug 19, 2009 at 4:51 AM, Eyal Golan<[email protected]> wrote:
>>>
>>>> Hello all,
>>>> We are having a problem when we work on an SSL environment.
>>>> Whenever we open a modal popup window, there's this annoying message of
>>>> IE
>>>> that the user is trying to open both secure and non secure content.
>>>> We changed the IE settings and the message is gone.
>>>> But I want to understand what's causing it?
>>>>
>>>> I googled a bit about it and found some tips on changing the
>>>> IREquestCycleProcessor:
>>>> http://cwiki.apache.org/WICKET/how-to-switch-to-ssl-mode.html
>>>> It this what we should do?
>>>>
>>>> BTW,
>>>> does anyone know how to run the embedded Jetty with SSL?
>>>>
>>>> Thanks
>>>>
>>>> Eyal Golan
>>>> [email protected]
>>>>
>>>> Visit: http://jvdrums.sourceforge.net/
>>>> LinkedIn: http://www.linkedin.com/in/egolan74
>>>>
>>>> P  Save a tree. Please don't print this e-mail unless it's really
>>>> necessary
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

Reply via email to