Problem: The Ruby on Rails plug-in installer's RecursiveHTTPFetcher makes certain assumptions about web servers that does not hold true from server to server. For example, it assumes:
The web server has "file browsing" enabled
All links to plug-in files are relative
Folder links end with a forward slash
RubyForge web server is an example of where these assupmtions don’t [...]
