# File lib/rubyforge/cookie_manager.rb, line 21
    def [](uri)
      # FIXME we need to do more matching on hostname....  This is not
      # bulletproof
      uri = (URI === uri ? uri.host : uri).downcase 
      @jar[uri] ||= {}
    end