You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Gili (JIRA)" <ji...@apache.org> on 2007/06/28 05:39:25 UTC

[jira] Created: (WICKET-706) Wicket should swallow ClientAbortException if a client aborts downloading a static image

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


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.


[jira] Resolved: (WICKET-706) Wicket should swallow ClientAbortException if a client aborts downloading a static image

Posted by "Gili (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Commented: (WICKET-706) Wicket should swallow ClientAbortException if a client aborts downloading a static image

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508770 ] 

Johan Compagner commented on WICKET-706:
----------------------------------------

can you get this on 1.3?
it is pretty changed and those changes won't be backported to 1.2 i think, to much is changed.

> 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
>
> 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.