# File lib/rubyforge/cookie_manager.rb, line 19
    def [](uri)
      # FIXME we need to do more matching on hostname....  This is not
      # bulletproof
      @jar[uri.host.downcase]
    end