Peter Galbavy wrote:
And $Server->URL() ???

If it is a small patch or one line fix (for the two) then just those - I
am trying to run a live server with as few 'upgrades' as possible :)

$Server->URL may or may not be used in generating URLs for use
in HTML, so will not get this patch.  The problem is specific to
rendering & in HTML, not with & in URLs.  If you want to escape
& in $Server->URL generated URLs, you might try

  $Server->HTMLEncode($Server->URL($url, \%params));

You can create a shortcut for this of course in global.asa.

For the patch, you may look at the diffs between releases for
the Response.pm module after 2.51 is out.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to