Hi. I'm trying to crawl some images from the web, and I have problem when there is space in url. Example http://www.site.com/images/ArticleImages/SpaceFolder/Img_320X250.jpg gives exception 'Zend_Uri_Exception' with message 'Invalid URI supplied' in D:\Libraries\ZendFramework\Zend\Uri\Http.php:156.
If I urlencode it, then schema is not valid. Should I parse and rebuild URL or there is some easier way around this? Regards, Saša Stamenković
