Project

General

Profile

Actions

Feature #10251

open

URI: Support wildcards (globbing) in no_proxy

Added by justindossey (Justin Dossey) almost 10 years ago. Updated over 8 years ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:65090]

Description

The current implementation of URI#find_proxy will only exclude exact matches when processing the no_proxy environment variable.

This diverges from the commonly-used no_proxy specification that supports globs (e.g. .example.com, 192.168.).

Adding globbing support (perhaps using File.fnmatch) would make URI behave the same as other implementations.

Updated by justindossey (Justin Dossey) almost 10 years ago

Example should be *.example.com,192.168.*

Updated by unk (sergio patino) over 8 years ago

+1 to resolve this.

Updated by jshupe (James Shupe) over 8 years ago

+1 as well. This is a huge issue for us.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0