[ 
https://issues.apache.org/jira/browse/WICKET-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gili resolved WICKET-706.
-------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta2

This seems to already be fixed in 1.3 trunk.

> Wicket should swallow ClientAbortException if a client aborts downloading a 
> static image
> ----------------------------------------------------------------------------------------
>
>                 Key: WICKET-706
>                 URL: https://issues.apache.org/jira/browse/WICKET-706
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.2.6
>            Reporter: Gili
>             Fix For: 1.3.0-beta2
>
>
> Wicket is good about swallowing up most ClientAbortException but it seemed to 
> have the following case:
> wicket.WicketRuntimeException: Cannot load static content for request [...]
>       at 
> wicket.protocol.http.request.WebExternalResourceRequestTarget.respond(WebExternalResourceRequestTarget.java:116)
>       at 
> wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49)
>       at 
> wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(AbstractCompoundRequestCycleProcessor.java:66)
>       at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:902)
>       at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:934)
>       at wicket.RequestCycle.step(RequestCycle.java:1010)
>       at wicket.RequestCycle.steps(RequestCycle.java:1084)
>       at wicket.RequestCycle.request(RequestCycle.java:454)
>       at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:219)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>         [...]
> Caused by: ClientAbortException:  java.io.IOException
>         [...]
> Please make sure Wicket swallows this exception as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to