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.
- links to
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.