allan wrote:
hi
one of the major problems with the content html-valid-wise is the encoding of urls.
for instance this file:
modperl-docs/src/download/binaries.pod
has this url:
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer
that should be corrected to:
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:%2FPPMServer
and plenty plenty others similar to that ...
Good catch!
I was working on the code to implement encoding, and this is wrong to escape '/' it's an absolutely valid string in the query_string.
All we need to escape is <>&, may be "
Correct me if I'm wrong.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
