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

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

With 1.5.2 and with:

LazyLoadPanel.java:
 @Override
    protected void onInitialize() {
        super.onInitialize();

        add(new Image("image", new 
PackageResourceReference(LazyLoadedPanel.class, "logo.png")) {

            @Override
            protected boolean shouldAddAntiCacheParameter() {
                return false;   // THIS IS IMPORTANT
            }            
        });
    }

there is no aborted load of the image.
With 1.5-SNAPSHOT there is no need to override this method but I also don't 
know of any change in Wicket that "fixes" this problem.
                
> 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