Hello Dear Cocoon users! CPD> Why don't you search in msdn.microsoft.com for IE bugs? So, I found that it is some Microsoft's IE bug.
BUT. I can not say to my customers that it is Microsoft bug. And Microsoft have not patch for it yet. So I need to cure this problem somehow. We not some strange details, that say us that it is not pure IE problem. 1. This error appears only when we have redirect to the pipeline. 2. We have this error even we redirect from some servlet (not Cocoon system). 3. I saved the page which Cocoon generate (big page which leads to IE error) as usual html page. And redirected to it. All works fine. From 3. I concluded that this is Cocoon - IE strange not compatibility Does somebody have some ideas? Thanks in advance! CPD> -------- CPD> David CPD> -----Mensaje original----- CPD> De: Andrey Almirov [mailto:[EMAIL PROTECTED] CPD> Enviado el: jueves, 26 de febrero de 2004 17:21 CPD> Para: [EMAIL PROTECTED] CPD> Asunto: Very strange IE problem CPD> Hello, dear Cocoon users! CPD> I have 2 pipelines: A and B CPD> A pipeline: CPD> <map:match pattern="*"> CPD> <map:select type="parameter"> CPD> <map:parameter name="parameter-selector-test" CPD> value="{request-param:command}"/> CPD> <map:when test="go"> CPD> <map:redirect-to uri="cocoon:/bigPage"/> CPD> </map:when> CPD> <map:otherwise> CPD> <map:generate src="xml/startPage.xml"/> CPD> <map:serialize type="html"/> CPD> </map:otherwise> CPD> </map:select> CPD> </map:match> CPD> When I visit A it just shows some button. When I click on CPD> this button pipeline redirects to B. CPD> B is usial pipeline CPD> <map:match pattern="bigPage"> CPD> <map:generate src="xml/bigPage.xml"/> CPD> <map:serialize type="html"/> CPD> </map:match> CPD> where bigPage.xml *MUST* have the following properties: CPD> 1. It musts have a big size. CPD> 2. It musts load some css or script. CPD> The problem is that when A redirect to B sometime the error CPD> "InternetExplorer cannot open the site CPD> ... Operation aborted" CPD> Or just white screen appears. CPD> It happens on IE 6 only. CPD> Configuration: Windows Professional 2000, Tomcat 4.1.24, Cocoon 2.1.4 CPD> In attachment there are all needed files. CPD> In the experiments I have noted that this effect depends on CPD> size of file, and on Inet speed. So I do CPD> this experiment in localhost (Inet speed rather big) CPD> Thanks in advance. CPD> Andrey CPD> --------------------------------------------------------------------- CPD> To unsubscribe, e-mail: [EMAIL PROTECTED] CPD> For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Andrey mailto:[EMAIL PROTECTED]
