From: "zzak (Zachary Scott)" Date: 2013-04-24T12:40:58+09:00 Subject: [ruby-core:54542] [ruby-trunk - Feature #8317][Assigned] URI: no_proxy with whitespaces and leading dots. Issue #8317 has been reported by zzak (Zachary Scott). ---------------------------------------- Feature #8317: URI: no_proxy with whitespaces and leading dots. https://bugs.ruby-lang.org/issues/8317 Author: zzak (Zachary Scott) Status: Assigned Priority: Normal Assignee: akira (akira yamada) Category: lib Target version: current: 2.1.0 =begin From (()) The previous implementation wouldn't allow for white-spaces nor a leading dot in the no_proxy list. 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. =end -- http://bugs.ruby-lang.org/