Oops ... finger slipped before I was done typing ...
Suppose I have a hash of string values that I want to include in the
query string of a redirect URL. What is the accepted way of escaping
the values to be sure that they come through intact?
Specifically, it seems that Apache::Util->escape_uri() is not
escaping '=' and '&' so if one of the values in the hash is a URI
with a query string it messes things up.
--
Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall
Sr Research / phone: (607) 255-9645 / Cornell University
Associate / FAX: (815) 377-3932 / Ithaca, NY 14853
- URI escaping question Ray Zimmerman
- Re: URI escaping question Ray Zimmerman
- Re: URI escaping question Kyle Oppenheim
- Re: URI escaping question Kyle Oppenheim
- RE: URI escaping question Narins, Josh