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:46:15 UTC

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

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
         Assigned To: 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.


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

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

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

I think AbortWithHttpStatusException and AbortWithWebErrorCodeException should extend AbstractRestartResponseException.

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


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

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius resolved WICKET-552.
------------------------------------

    Resolution: Fixed

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


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

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius reassigned WICKET-552:
--------------------------------------

    Assignee:     (was: Eelco Hillenius)

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


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

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