You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-dev@perl.apache.org by fr...@taperfriendlymusic.org on 2004/05/06 03:17:37 UTC

Patch for Apache::URI::unescape_url pod

Greetings,

In my quest for getting AuthCookie working natively under 2.0 I came
across an undocumented method (undocumented in the 2.0 docs that is).

HTH,

Fred

--- src/docs/2.0/api/Apache/URI.pod 2004-05-05 17:48:45.293167552 -0700
+++ src/docs/2.0/api/Apache/URI.pod 2004-05-05 18:05:26.865905352 -0700
@@ -119,8 +119,24 @@

 =back

+=head2 C<unescape_url>

+unescape_url:  A handy function for unescaping URLs

+  my $url = join '%20', qw(one two three);
+  Apache::URI::unescape_url($url);
+
+=over 4
+
+=item arg1: C<$url> (string)
+
+The URL to unescape
+
+=item ret: $url (string)
+
+The URL, unescaped
+
+=back

 =head1 See Also



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: Patch for Apache::URI::unescape_url pod

Posted by Stas Bekman <st...@stason.org>.
fred@taperfriendlymusic.org wrote:
> Greetings,
> 
> In my quest for getting AuthCookie working natively under 2.0 I came
> across an undocumented method (undocumented in the 2.0 docs that is).

Thanks Fred, committed with some tweaks. Keep on posting those patches...

-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org