Open GoogleCodeExporter opened 9 years ago
I wonder if this could be given a higher priority. I have a parameter named
geoCode which will be in the URL as &geoCode=bla. In this case also the &ge
gets replaced.
Original comment by jacob.ma...@gmail.com
on 2 Apr 2013 at 7:07
[deleted comment]
this is still happening in 2.1.0 version, any workarounds?
Thanks.
-El
Original comment by elber....@gmail.com
on 22 Sep 2014 at 5:33
System.out.println(ESAPI.encoder().canonicalize("e1=1&e2=1")); //works fine
System.out.println(ESAPI.encoder().canonicalize("productId1=1&productId2=1")); //productId1=1∏uctId2=1 will be returned 2nd p is decoded to ∏
Original comment by elber....@gmail.com
on 22 Sep 2014 at 6:02
Original issue reported on code.google.com by
gurna...@gmail.com
on 4 Jan 2012 at 2:06