[OpenLayers-Users] OpenLayers.Util.getParameters not recognize %2C for comma separation

20091026 20091026 at mailinator.com
Tue Oct 27 05:20:37 EDT 2009


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.



More information about the Users mailing list