Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #7963 (new defect)

Opened 1 year ago

[PATCH] RecursiveHTTPFetcher should distinct file names and http protocol name

Reported by: maiha Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: normal Keywords: plugin RecursiveHTTPFetcher
Cc:

Description

We can't safely publish any plugin that contains 'httpXXX' files, because RecursiveHTTPFetcher ignores any file that begins with 'http'.

+ connection.rb    # added
# http_proxy.rb    # ignored!!
+ json_reader.rb   # added

I guess that logic wants to distinguish internal file links and external links such as top page links and banners. So this patch strictly parses it about http protocol name.

Attachments

plugin-http-fetcher.patch (504 bytes) - added by maiha on 04/02/07 07:44:18.

Change History

04/02/07 07:44:18 changed by maiha

  • attachment plugin-http-fetcher.patch added.