Re: / uri escaped in LWP::Protocol::file

2004-11-15 Thread Gisle Aas
Moshe Kaminsky [EMAIL PROTECTED] writes: It appears to me there is a small bug in LWP::Protocol::file. The '/' added to the end of each directory member which is itself a directory, is escaped when turning it into a url, making the url quite useless. I suggest the following patch: Finally

/ uri escaped in LWP::Protocol::file

2004-09-19 Thread Moshe Kaminsky
Hi, It appears to me there is a small bug in LWP::Protocol::file. The '/' added to the end of each directory member which is itself a directory, is escaped when turning it into a url, making the url quite useless. I suggest the following patch: ---