Got it. At what point does this happen?  Does the swf load or is this
upon the initial page load? I know you're using remote objects so I want
to make sure I know what the context is - page load or remote object
invocation over amf.  I reread your message and it's not entirely clear
what behavior you're seeing.


Carson

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of digital_eyezed
Sent: Tuesday, March 07, 2006 8:50 AM
To: [email protected]
Subject: [flexcoders] Re: SSL and IE using flex 1.5

I'm using neither, I'm using a <security-constraint> within the 
web.xml to redirect the context to https.

Like this:

<security-constraint>
        <web-resource-collection>
            <web-resource-name>Test Context</web-resource-name>
            <url-pattern>/*</url-pattern>
            <http-method>GET</http-method>
            <http-method>POST</http-method>
        </web-resource-collection>
        <user-data-constraint>
            <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
    </security-constraint> 
It works fine on firefox, just IE goes into an infinite loop.

I guess the answer to your question is CONFIDENTIAL.

Cheers,

Iain

--- In [email protected], "Carson Hager" <[EMAIL PROTECTED]> 
wrote:
>
> What do you have in your content.xml file?  What kind of auth are 
you
> using? Basic or Form? 
> 
> 
> Carson
> 
> ____________________________________________
>  
> Carson Hager
> Cynergy Systems, Inc.
> http://www.cynergysystems.com
>  
> Email:  [EMAIL PROTECTED]
> Office:  866-CYNERGY
> Mobile: 1.703.489.6466
>  
> 
> 
> -----Original Message-----
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of digital_eyezed
> Sent: Tuesday, March 07, 2006 8:37 AM
> To: [email protected]
> Subject: [flexcoders] SSL and IE using flex 1.5
> 
> Is their a known issue with IE and Flex 1.5 when using Tomcat and 
SSL?
> 
> It seems that Firefox works fine, but when using IE 6 flex just 
> redirects to /flex-internal/?action=history_html_secure.....
> 
> and sits their forever.
> 
> Anyone seen this issue?
> 
> I have tried using the context.xml file in the Meta-Inf directory, 
but 
> this doesn't work.
> 
> Tomcat Version 5.5.15
> 
> Cheers,
> 
> Iain
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to