From: shibata.hiroshi@... Date: 2014-01-30T06:16:57+00:00 Subject: [ruby-core:60292] [ruby-trunk - Feature #8317] URI: no_proxy with whitespaces and leading dots. Issue #8317 has been updated by Hiroshi SHIBATA. Target version changed from 2.1.0 to current: 2.2.0 ---------------------------------------- Feature #8317: URI: no_proxy with whitespaces and leading dots. https://bugs.ruby-lang.org/issues/8317#change-44775 * Author: Zachary Scott * Status: Assigned * Priority: Normal * Assignee: akira yamada * Category: lib * Target version: current: 2.2.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 ---Files-------------------------------- 285.patch (1.22 KB) -- http://bugs.ruby-lang.org/