On Sun, Jun 10, 2012 at 12:24 AM, rubix Rubix [email protected]
wrote:
regards,
The issue is that your original URI is not a valid URI since it
contains characters which are not allowed in the URI. Basically you
need to encode parameters before you put them in the URI to make it
a valid URI and have URI.split work successfully: