postmodern / spidr

A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
MIT License
805 stars 109 forks source link

/../foo expands to just "foo" #45

Closed postmodern closed 8 years ago

postmodern commented 8 years ago

Found an edge-case in URI.expand_path. /../foo expands to just foo, which is not an absolute path.