Hey, Someone was kind enough to point out that spaces in urls work dramatically unwell in yum's config file b/c we're splitting on ' ' to break it out into a list. I was wondering if: 1. why can't we just use the %20 escape for a url? 2. is there something obvious that should be done instead? -sv