You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/10/17 12:06:03 UTC

[jira] [Created] (WICKET-4818) NullPointerException while reading the POST parameters

Martin Grigorov created WICKET-4818:
---------------------------------------

             Summary: NullPointerException while reading the POST parameters
                 Key: WICKET-4818
                 URL: https://issues.apache.org/jira/browse/WICKET-4818
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.1.1, 1.5.8
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


It seems some web containers return a 'null' value for HttpServletRequest#getParameterMap() -> entry.getValue() instead of empty String[] and this causes NullPointerException while iterating the values.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (WICKET-4818) NullPointerException while reading the POST parameters

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

Martin Grigorov resolved WICKET-4818.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.9
                   6.2.0
    
> NullPointerException while reading the POST parameters
> ------------------------------------------------------
>
>                 Key: WICKET-4818
>                 URL: https://issues.apache.org/jira/browse/WICKET-4818
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.8, 6.1.1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.2.0, 1.5.9
>
>
> It seems some web containers return a 'null' value for HttpServletRequest#getParameterMap() -> entry.getValue() instead of empty String[] and this causes NullPointerException while iterating the values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira