Em Thu, 09 Oct 2008 08:06:09 -0300, Joel Halbert <[EMAIL PROTECTED]> escreveu:

Encode a Map of String/Object pairs to a string of the following form: key1/value1/key2/value2 etc... (and of course decode said string back to a map that can be passed to the context)

Instead of encoding to a String, encode it to a List (first key, first value, second key, second value, etc). This way, the slashes won't be URL encoded.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to