At Tue, 03 Sep 2002 08:41:19 -0400,
Geoffrey Young wrote:
> >
> > I think it should be in mod_perl core, but at the same time,
> > it's worth CPANizing as it allows you to use this method without
> > mod_perl upgrading.
>
> isn't the result the same as what you would get with this:
>
> my $uri = Apache::URI->parse($r);
> $uri->path('/bar/');
> $uri->unparse;
>
> ?
>
> Apache::URI->parse uses ap_construct_url behind the scenes.
You're right. grepping the mod_perl source with ap_construct_url gives
me that in URI.xs ;)
> granted, what you offer is a shortcut and opens up the raw apache API,
> but we pretty much have the ability already.
>
> it's pretty cool, though, what you can do with XS :)
*grin*
--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]