Per Einar Ellefsen wrote:
At 12:18 01.07.2002, Stas Bekman wrote:

allan juul wrote:

Quoting Per Einar Ellefsen <[EMAIL PROTECTED]>:

-href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or"";>the



+href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or";>the


Shouldn't that be &amp;bin , or are old browsers missing that one?


it should. make a search in dst_html and you'll find a lot of un-encoded stuff [at least last month i tried] but w3c seem to be ok with this


as long as & is not followed by something that makes it an entity it's fine. But a new entity may be added any time. encoding is not perfect, because of the old browsers as pointed out by Per Einar.

The proper solution is to use ; instead of & for args separating, which CGI.pm and Apache::Request support if I'm not mistaken. I've just tested and this works with the url in question. I'll fix that one. Please check other occurences that you find problematic.


Yes, you're right. That one's better.

just be careful to check first whether the server in question supports ; as a sep.




__________________________________________________________________
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]



Reply via email to