Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-511

New ServletWebRequest.getParameterMap() implementation changed between 1.2.5 and 1.2.6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 1.2.6
    • 1.2.7
    • wicket
    • None

    Description

      The implementation of ServletWebRequest.getParameterMap() changed between 1.2.5 and 1.2.6. Now it simply calls:

      return new HashMap(httpServletRequest.getParameterMap());

      According to Servlet specification, ServletRequest.getParameterMap() returns map of <String, String[]>. Please note that the value is array of Strings. The new implementation of ServletWebRequest.getParameterMap() is now broken, because in 1.2.5 it returned "Map<String, String>".

      Attachments

        Activity

          People

            dashorst Martijn Dashorst
            jan_bar Jan Bareš
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: