You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2009/10/31 22:53:50 UTC

[jira] Commented: (WW-3311) NullPointerException in CheckboxInterceptor when parameters are null

    [ https://issues.apache.org/struts/browse/WW-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47004#action_47004 ] 

Musachy Barroso commented on WW-3311:
-------------------------------------

how can the parameters be null? I thought that was no possible

> NullPointerException in CheckboxInterceptor when parameters are null
> --------------------------------------------------------------------
>
>                 Key: WW-3311
>                 URL: https://issues.apache.org/struts/browse/WW-3311
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors
>    Affects Versions: 2.1.6
>         Environment: Struts 2.1.6, but no changes in 2.1.8
>            Reporter: Cimballi
>             Fix For: 2.2.0
>
>
> There is a NullPointerException in the CheckboxInterceptor when parameters are null at the following line :
> Set<Map.Entry> entries = parameters.entrySet();
> I don't know if "theorically" it should check or not for null parameters, but the XWork interceptors check it, so I think Struts2 interceptors should also check for null parameters.

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