AS far as I can see, the only http:// calls are in the HTML pages, which
I copied from the samples:
 
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml <http://www.w3.org/1999/xhtml>
" >
<body>
 
...
 
</body>
</html>

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Igor
Vaynberg
Sent: Thursday, June 21, 2007 6:33 PM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Newbie Question: "you are about to
beredirectedto a connection that is not secure" Warning


but that url is https, why would it trigger the warning, look in source,
see if there are any explicit http:// calls

-igor



On 6/21/07, Hiller, Steve <[EMAIL PROTECTED]> wrote: 

        Hi Igor,
         
        I'm using version 1.2.6.
         
        The 'home' page uses a mount to create a URL like:
         
        https://mydomain/myvirtualfolder/test/pages/HomePage 
         
        I think the problematic URL is this one:
         
        https://mydomain/myvirtualfolder/test/?wicket:interface=:2
<https://mydomain/myvirtualfolder/test/?wicket:interface=:2> ::
         
        Thanks,
        Steve

________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Igor
Vaynberg
        Sent: Wednesday, June 20, 2007 6:47 PM
        To: wicket-user@lists.sourceforge.net
        Subject: Re: [Wicket-user] Newbie Question: "you are about to be
redirectedto a connection that is not secure" Warning
        
        
        
        what version of wicket are you using? can you figure out which
url causes that warning?
        -igor
        
        
        
        On 6/20/07, Hiller, Steve < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote: 

                Hi All, 

                I just created my first Wicket-based demo project -- I
like the framework and have been demonstrating it to my colleagues.

                I have a web page that consists of a form and a panel.
The form data is used by some backend process that returns 
                a very long string. The string is formatted and then
displayed in a MultiLineLabel held within the panel. The same 
                web page is then displayed with the results. 

                The web app is deployed to a WebSphere application
server, and SSL is turned on. It seems like when the page is 
                about to be displayed with results, the following
message is displayed: 

                "You are about to be redirected to a connection that is
not Secure. The information you are sending to the current 
                site might be retransmitted to a nonsecure site. Do you
wish to continue?" 

                I have all the HTML pages and backing java classes all
in one directory so I'm not sure why having SSL turned on 
                is causing this problem. Any suggestions would be
appreciated. 

                Thanks, 
                Steve 


        
------------------------------------------------------------------------
-
                This SF.net email is sponsored by DB2 Express
                Download DB2 Express C - the FREE version of DB2 express
and take
                control of your XML. No limits. Just data. Click to get
it now. 
                http://sourceforge.net/powerbar/db2/
                _______________________________________________ 
                Wicket-user mailing list 
                Wicket-user@lists.sourceforge.net
                https://lists.sourceforge.net/lists/listinfo/wicket-user
                
                



        
------------------------------------------------------------------------
-
        This SF.net email is sponsored by DB2 Express
        Download DB2 Express C - the FREE version of DB2 express and
take
        control of your XML. No limits. Just data. Click to get it now. 
        http://sourceforge.net/powerbar/db2/
        _______________________________________________
        Wicket-user mailing list 
        Wicket-user@lists.sourceforge.net
        https://lists.sourceforge.net/lists/listinfo/wicket-user
        
        


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to