Re: [IDEA] Automatic URL Encoding

2001-06-10 Thread Joshua Chamas
Philip Mak wrote: > > Is it practical/efficient for Apache::ASP to automatically scan > tags? > > I had an idea about an automatic URL Encoding option. The idea is that > someone types "PerlSetVar URLEncode 1" in their httpd.conf. Then, > Apache::ASP will automatically call $Server->URLEncode()

[IDEA] Automatic URL Encoding

2001-06-10 Thread Philip Mak
Is it practical/efficient for Apache::ASP to automatically scan tags? I had an idea about an automatic URL Encoding option. The idea is that someone types "PerlSetVar URLEncode 1" in their httpd.conf. Then, Apache::ASP will automatically call $Server->URLEncode() on every tag. Applications tha