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

Juergen Donnerstag resolved WICKET-2698.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.7
         Assignee: Juergen Donnerstag

applied patch to 1.4. 

Since request handling has changed quite a bit in 1.5 (incl PageParameters) and 
the test code for core currently doesn't even compile, I did not apply to patch 
to 1.5. May be we need to revisit it later on.

> Page Parameters needs to implement equals
> -----------------------------------------
>
>                 Key: WICKET-2698
>                 URL: https://issues.apache.org/jira/browse/WICKET-2698
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.5
>         Environment: All
>            Reporter: Rahul Pilani
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.7
>
>         Attachments: PageParameters.java.patch
>
>
> PageParameters delegates the equals method to java.util.AbstractMap which is 
> inadequate for the case when some of the values in the map are arrays, since 
> AbstractMap's equals does an object.equals() on all values in the map, which 
> doesnt work for arrays. Solution is to implement the equals method in 
> PageParameters class which is array aware.
> Attaching a patch for the same.

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

Reply via email to