Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
update handler should explicitly use UTF-8 decoding for parameters in the query string:
URLDecoder.decode( kv, "UTF-8" );