On Tue, Sep 14, 2010 at 4:03 PM, sebb <[email protected]> wrote: > > If the path really contains: > > /mnt/data/data_files/path%0/
Oh yes it does, and I know it's a bad idea. > > then try using > > /mnt/data/data_files/path%250/ > > where % is replaced by %25. it works ! But isn't there any way to make that work with URLEncoder ? Indeed, I already use the url encoder to transform whitespaces and other non-url characters, and i would like to avoid too much complicated code ... > > >> Thanks >> >> -- >> Nicolas Delsaux >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Nicolas Delsaux --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
