Issue #8317 has been updated by Vit Ondruch.
Could this be applied?
BTW how is this relates to #10251?
----------------------------------------
Feature #8317: URI: no_proxy with whitespaces and leading dots.
https://bugs.ruby-lang.org/issues/8317#change-56961
* Author: Zachary Scott
* Status: Assigned
* Priority: Normal
* Assignee: akira yamada
----------------------------------------
=begin
From ((<GitHub#285|URL:https://github.com/ruby/ruby/pull/285>))
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)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>