You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2016/08/11 07:02:22 UTC

[jira] [Assigned] (OWB-1128) Event.fire() - the runtime type of the event object not validated

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

Mark Struberg reassigned OWB-1128:
----------------------------------

    Assignee: Mark Struberg

> Event.fire() - the runtime type of the event object not validated
> -----------------------------------------------------------------
>
>                 Key: OWB-1128
>                 URL: https://issues.apache.org/jira/browse/OWB-1128
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Events
>    Affects Versions: 1.6.3
>            Reporter: Martin Kouba
>            Assignee: Mark Struberg
>
> The eventType passed to {{WebBeansUtil.validEventType()}} is always {{Class<T>}}, i.e. {{event.getClass().getClass()}}, see also {{org.apache.webbeans.event.EventImpl.fire()}}:
> {code:java}
> public void fire(T event) {
>   Type eventType = event.getClass();
>   webBeansContext.getWebBeansUtil().validEventType(eventType.getClass(), metadata.getType());
>   ...
> }
> {code}
> This may cause unpredictable results.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)