Project

General

Profile

Actions

Feature #10251

open

URI: Support wildcards (globbing) in no_proxy

Feature #10251: URI: Support wildcards (globbing) in no_proxy

Added by justindossey (Justin Dossey) about 11 years ago. Updated almost 10 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) about 11 years ago Actions #1 [ruby-core:65094]

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

Updated by unk (sergio patino) almost 10 years ago Actions #2 [ruby-core:71667]

+1 to resolve this.

Updated by jshupe (James Shupe) almost 10 years ago Actions #3 [ruby-core:72173]

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

Actions

Also available in: PDF Atom