On Tue, Sep 14, 2010 at 4:37 PM, sebb <[email protected]> wrote:
>
> So just make sure that you also encode literal % characters as well.
>
> Note that the path
>
> /mnt/data/data_files/path%0/System%20Folder/etc.
>
> is partially URL-encoded already; encoding it again will cause problems.
>
OK, seems like a classical URLEncoder.encode(String) of all path parts
is enough to solve the problem. Thanks for the help.

-- 
Nicolas Delsaux

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to