The simplest solution is to leave the names and values as is, assuming that the browser has already encoded them correctly. This should work in all cases, but the names and values won't always be easy to read.
True.
If you want to give it a try, the new nightly 2-1.20060426 has got the fix in it - query parameters should now be stored as is.
Ok I'll test that. Meanwhile I have modified the code to force setAlwaysEncoded(false) (which worked), but your fix definitively looks cleaner. Tx, Bruno.
S.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

