参考资料:http://faindu.wordpress.com/2008/04/18/ie7-ssl-xml-flex-error-2032-stream-error/
1.WEB-INF/flex/services-config.xml文件channels节点中追加:
2.修改header的Cache-Control属性:
response.addHeader("Cache-Control", "no-store");
response.addHeader("Pragma", "no-store");
3.web.xml中修改MessageBrokerServlet的映射路径:
本文介绍了解决IE7浏览器下出现的SSL XML Flex错误2032的方法,包括在services-config.xml文件中配置SecureAMFChannel、调整HTTP缓存控制头以及更改MessageBrokerServlet的URL映射。
10万+

被折叠的 条评论
为什么被折叠?



