[ 
https://issues.apache.org/jira/browse/WICKET-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143285#comment-13143285
 ] 

Martin Grigorov commented on WICKET-3869:
-----------------------------------------

IE makes a request to load the <img .../> that came from the Ajax response and 
then for some reason decides to abort the request and do a new one. The abort 
causes "Socket closed" exception at the server side, i.e. the client closed the 
connection earlier for some reason.
This happens on IE and not always. I can see the abort in IE9 Dev tools > 
Network tab but I don't see ResponseIOException in the server logs. Andre sees 
the ResponseIOException. 
                
> ResponseIOException when ajax response contains resource reference
> ------------------------------------------------------------------
>
>                 Key: WICKET-3869
>                 URL: https://issues.apache.org/jira/browse/WICKET-3869
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-RC5.1
>         Environment: Internet Explorer
>            Reporter: Sodasmile
>            Assignee: Martin Grigorov
>              Labels: ResponseIOException, explorer, internet
>             Fix For: 1.5-RC6
>
>         Attachments: internetexplorer-requests.png, iwicket-no-image.tgz, 
> iwicket.zip, lazyloaderror.zip
>
>
> When ajax response (show modal window) contains shared image response, server 
> log reports ResponseIOException.
> See attached example application. Using maven, type mvn package jetty:run. 
> Open http://localhost/8080/iwicket/ in Internet Explorer, click the link, 
> watch server log (may need to open/close modal window a few times, but 
> usually appears on first attempt). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to