Actions
Feature #10251
openURI: Support wildcards (globbing) in no_proxy
    Feature #10251:
    URI: Support wildcards (globbing) in no_proxy
  
Status:
Open
Assignee:
-
Target version:
-
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
          
          
        
        
      
      Example should be *.example.com,192.168.*
        
          
          Updated by unk (sergio patino) almost 10 years ago
          
          
        
        
      
      +1 to resolve this.
        
          
          Updated by jshupe (James Shupe) almost 10 years ago
          
          
        
        
      
      +1 as well. This is a huge issue for us.
Actions