RE: URI escaping question

2002-11-15 Thread Narins, Josh
, $_ } unpack 'C*', shift } -Original Message- From: Kyle Oppenheim [mailto:kyleo;tellme.com] Sent: Thursday, November 14, 2002 7:11 PM To: modperl List Subject: Re: URI escaping question According to RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt) the reserved characters in the query component

URI escaping question

2002-11-14 Thread Ray Zimmerman
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() -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] /

URI escaping question

2002-11-14 Thread Ray Zimmerman
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

Re: URI escaping question

2002-11-14 Thread Kyle Oppenheim
, November 14, 2002 12:25 PM Subject: URI escaping question 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

Re: URI escaping question

2002-11-14 Thread Kyle Oppenheim
[EMAIL PROTECTED] Sent: Thursday, November 14, 2002 4:10 PM Subject: Re: URI escaping question According to RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt) the reserved characters in the query component of a URI are ;, /, ?, :, @,, =, +, ,, and $. Apache::Util-escape_uri() does not escape