I'm not clear what URI should do here. In a spider fetching /../foo then fetches /../../foo and so on.
> perl -MURI -le 'print URI->new_abs("../foo","http://root.com")->as_string' http://root.com/../foo I can fix $uri->path, of course. -- Bill Moseley [EMAIL PROTECTED]