You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2007/07/19 17:21:08 UTC

[jira] Resolved: (MYFACES-458) javax.faces.component._ComponentAttributesMap implementation not correct

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

Matthias Weßendorf resolved MYFACES-458.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.1-SNAPSHOT
                    1.1.6-SNAPSHOT

see MYFACES-1681 (and a comment from Ryan, that the RI is doing it like we do it now)

> javax.faces.component._ComponentAttributesMap implementation not correct
> ------------------------------------------------------------------------
>
>                 Key: MYFACES-458
>                 URL: https://issues.apache.org/jira/browse/MYFACES-458
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-127
>            Reporter: Oliver Rossmueller
>            Assignee: Matthias Weßendorf
>            Priority: Critical
>             Fix For:  1.1.6-SNAPSHOT, 1.2.1-SNAPSHOT
>
>
> according the UIComponent.getAttributes javadoc the Map implementation returned by this method for any attempt to add a null key or value must throw a NullPointerException
> The current implementation is correct for null keys but not does not check for null values.

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