Re: Tilde escaping problem

2005-02-18 Thread Donny Viszneki
On Feb 18, 2005, at 9:34 PM, Mauro Tortonesi wrote: On Saturday 12 February 2005 06:38 am, Donny Viszneki wrote: I read the source code used for escaping filenames before saving them to the disk in url.c, and it doesn't seem that it will escape the tilde ever. This however isn't the problem I'm

Re: Tilde escaping problem

2005-02-18 Thread Hrvoje Niksic
Donny Viszneki [EMAIL PROTECTED] writes: But as I noted, the source code does NOT appear to escape the tilde under any conditions. Take a look at urlchr_table at url.c. ~ is marked as an unsafe character, which is why it gets escaped.

Re: Tilde escaping problem

2005-02-18 Thread Mauro Tortonesi
On Friday 18 February 2005 09:01 pm, Hrvoje Niksic wrote: Donny Viszneki [EMAIL PROTECTED] writes: But as I noted, the source code does NOT appear to escape the tilde under any conditions. Take a look at urlchr_table at url.c. ~ is marked as an unsafe character, which is why it gets

Re: Tilde escaping problem

2005-02-18 Thread Donny Viszneki
On Feb 18, 2005, at 11:06 PM, Mauro Tortonesi wrote: On Friday 18 February 2005 09:01 pm, Hrvoje Niksic wrote: Donny Viszneki [EMAIL PROTECTED] writes: But as I noted, the source code does NOT appear to escape the tilde under any conditions. Take a look at urlchr_table at url.c. ~ is marked as an

Tilde escaping problem

2005-02-12 Thread Donny Viszneki
Using GNU Wget 1.9.1... I read the source code used for escaping filenames before saving them to the disk in url.c, and it doesn't seem that it will escape the tilde ever. This however isn't the problem I'm experiencing. The problem is that HTTP standards allow for a tilde in a URL, and wget