On Tue, 14 Aug 2001, Vyacheslav Zamyatin wrote:

> Hello all,
> 
> 
> Here is a small patch that prevents crash in the following example.
> 
> 
> $referer = 'http://some.host.com';
> $uri = Apache;:URI->parse($req,$referer);
> $page = $uri->rpath;
> 
> 
> If parsed uri don't have path at all, it'll dump core in the last line.

thanks, applied to cvs.


Reply via email to