Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
IE Only: Error #2032 (Flex 2.0)   Message List  
Reply | Forward Message #44323 of 149653 |
Re: IE Only: Error #2032 (Flex 2.0)

RESOLVED!

The issue had to do with HTTP cache control headers generated by the
Spring framework. These headers got past Firefox without issue, but
they caused trouble with IE.

The middle tier developer extended the SimpleFormController class in
Spring, overriding handleRequestInternal() to generate headers that
the browsers would accept.

-Jim

--- In flexcoders@yahoogroups.com, "dadrobson" <jim.robson@...> wrote:
>
> I have a complete app that is currently working fine when loaded in
> Firefox. However, in IE, some (but not all) HTTPService requests
> return the following error:
>
> Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false
> evenPhase=2 text="Error #2032: Stream Error. URL:
> http://localhost/pw/modifyProject.xml"] URL:
> http://localhost/pw/modifyProject.xml
>
> As you can see from the URL, I'm just running it on my own development
> machine. All URLs point to Localhost, so there shouldn't be any need
> for a crossdomain.xml file.
>
> Why is this happening on IE but not Firefox? What could cause this
> error (besides the cross-domain policy issue)?
>







Sat Jul 22, 2006 5:52 pm

dadrobson
Offline Offline
Send Email Send Email

Forward
Message #44323 of 149653 |
Expand Messages Author Sort by Date

I have a complete app that is currently working fine when loaded in Firefox. However, in IE, some (but not all) HTTPService requests return the following...
dadrobson
Offline Send Email
Jul 21, 2006
6:00 pm

RESOLVED! The issue had to do with HTTP cache control headers generated by the Spring framework. These headers got past Firefox without issue, but they caused...
dadrobson
Offline Send Email
Jul 22, 2006
5:52 pm

Sounds like the same issues we used to see with SSL and HTTP-AUTH huh? Interesting. I'm curious if these same issues are showing up in IE7? I just havent been...
Dave Wolf
gatorj24
Offline Send Email
Jul 23, 2006
2:09 am

I'm not sure how to interpret what IE does with these headers. The Spring form controller was setting the expiry date to the Unix epoch. Could it be that IE...
dadrobson
Offline Send Email
Jul 24, 2006
3:17 pm

What exactly were the guilty headers? What headers did you replace them with? Thanx, -Vito...
vitopn
Online Now Send Email
Sep 8, 2006
12:49 pm

Vito: Sorry for the slow response. I haven't been able to spend much time in the group lately. Here is a sample header that works. The key is the value of the ...
dadrobson
Offline Send Email
Oct 5, 2006
3:27 pm

I am seeing this same problem on a legacy server I am working on. It would be very hard to change the responce header from 0 to -1. Is there a work around? Can...
zenwarden
Offline Send Email
Oct 24, 2006
8:16 pm

I think you may be wrong about the problem. I have now confirmed that am able to get back content that has an Expires: 0 header. I think the Content-Encoding:...
zenwarden
Offline Send Email
Oct 25, 2006
7:37 pm

I have now confirmed that (in my case at least) gzip encoding was the problem NOT Expires: 0. I have a working example with the following header information: ...
zenwarden
Offline Send Email
Oct 25, 2006
7:56 pm

anyone know how I would negatively scale a canvas's width?...
jeff noyes
jeffnoyes1@...
Send Email
Oct 31, 2006
4:28 pm

"Negatively scale" as in show at a smaller-than-normal size? <mx:Canvas scaleX="0.5" scaleY="0.5" ... />...
Doug Lowder
douglowder
Offline Send Email
Oct 31, 2006
4:57 pm

For reference, here's what it took for me to get things working for a php script that prints dynamic xml via a SSL [https] connection... <?php ...
aerospc04
Offline Send Email
Dec 9, 2006
3:05 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help