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" <[EMAIL PROTECTED]> 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)? > ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/

