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 brave enough to put that on my machine.
-- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In [email protected], "dadrobson" <[EMAIL PROTECTED]> wrote: > > 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 [email protected], "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)? > > > -- 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/

