You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/05/10 12:56:15 UTC

[jira] Commented: (WICKET-552) investigate: AbortWithWebErrorCodeException not working as expected

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

Eelco Hillenius commented on WICKET-552:
----------------------------------------

Indeed it doesn't work. Putting

RequestCycle.get().setRequestTarget(new WebErrorCodeResponseTarget(HttpServletResponse.SC_BAD_REQUEST, "FOOBAR"));

in the constructor does however. The problem is that we skip any processing after an abort request currently.

> investigate: AbortWithWebErrorCodeException not working as expected
> -------------------------------------------------------------------
>
>                 Key: WICKET-552
>                 URL: https://issues.apache.org/jira/browse/WICKET-552
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Eelco Hillenius
>             Fix For: 1.3
>
>
> See http://www.nabble.com/AbortWithWebErrorCodeException-not-working-as-expected-tf3713628.html

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