You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (Jira)" <ji...@apache.org> on 2022/11/18 18:36:00 UTC

[jira] [Resolved] (WICKET-7017) ListenerRequestHandler should not hide IndexOutOfBoundsException

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

Sven Meier resolved WICKET-7017.
--------------------------------
    Fix Version/s: 10.0.0
                   8.15.0
                   9.13.0
       Resolution: Fixed

See https://github.com/apache/wicket/pull/549

> ListenerRequestHandler should not hide IndexOutOfBoundsException
> ----------------------------------------------------------------
>
>                 Key: WICKET-7017
>                 URL: https://issues.apache.org/jira/browse/WICKET-7017
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 10.0.0, 8.14.0, 9.12.0
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Minor
>             Fix For: 10.0.0, 8.15.0, 9.13.0
>
>
> An IndexOutOfBoundsException occuring inside the behavior invocation is wrapped currently in a WicketRuntimeException with the message "Couldn't find component behavior".
> This should only be done for IndexOutOfBoundsException raised by the actual search for the behavior and not by the invocation of the behavior.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)