RE: bugfix in Apache::URI

2001-08-14 Thread Geoffrey Young
> -Original Message- > From: Vyacheslav Zamyatin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 4:15 AM > To: [EMAIL PROTECTED] > Subject: bugfix in Apache::URI > > > Hello all, > > > Here is a small patch that prevents crash in the following example. > > > $referer =

Re: bugfix in Apache::URI

2001-08-14 Thread Vyacheslav Zamyatin
Geoffrey Young wrote: > > > -Original Message- > > From: Vyacheslav Zamyatin [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 14, 2001 4:15 AM > > To: [EMAIL PROTECTED] > > Subject: bugfix in Apache::URI > > > > > > Hello all, > > > > > > Here is a small patch that prevents crash in t

Re: bugfix in Apache::URI

2001-09-09 Thread Doug MacEachern
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'l