Ticket #2795 (new bug)
getParameters does not deal correctly with duplicate parameter names
| Reported by: | bartvde | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0 Release |
| Component: | Util | Version: | 2.9 |
| Keywords: | Cc: | ||
| State: | Review |
Description
When OpenLayers.Util.getParameters is fed a url which contains something like:
?filter=a&address=foo&filter=b
the parameter filter will only contain the last value (b).
It should contain an array of the two values a and b.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

