Hi I found the bug in source:
function "OpenLayers.Util.getParameters" (in OL 2.8 in Util.js line 922): On Line 940 a key will be searched with "decodeURIComponent", same for value on line 946. But the search for separating comma in value will be done before "decodeURIComponent" in encoded state. Here, a proper encoded comma is not ",", it is "%2C"! Where can i enter such a bug? Regards, M. Emch -- View this message in context: http://n2.nabble.com/OpenLayers-Util-getParameters-not-recognize-2C-for-comma-separation-tp3895522p3897812.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
