Project

General

Profile

« Previous | Next » 

Revision 423d0423

Added by nobu (Nobuyoshi Nakada) over 9 years ago

no_proxy with whitespaces and leading dots

  • lib/uri/generic.rb (find_proxy): exclude white-spaces and allow
    for a leading dot in the domain name in no_proxy.
    [ruby-core:54542] [Feature #8317]

The previous implementation wouldn't allow for white-spaces nor a leading dot
in the domain name. The latter is described in the wget documentation as a valid case.

By being more strict on the characters, which are counted to a domainname,
we allow for white-spaces.
Also, a possible leading dot will be handled gracefully.

[Fix GH-285]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e