[#109207] [Ruby master Feature#18915] New error class: NotImplementedYetError or scope change for NotImplementedYet — Quintasan <noreply@...>
Issue #18915 has been reported by Quintasan (Michał Zając).
18 messages
2022/07/14
[ruby-core:109190] [Ruby master Bug#18908] Allow username and password to be extracted from the http_proxy variable on Windows
From:
"ggrossetie (Guillaume GROSSETIE)" <noreply@...>
Date:
2022-07-12 08:58:02 UTC
List:
ruby-core #109190
Issue #18908 has been reported by ggrossetie (Guillaume GROSSETIE). ---------------------------------------- Bug #18908: Allow username and password to be extracted from the http_proxy variable on Windows https://bugs.ruby-lang.org/issues/18908 * Author: ggrossetie (Guillaume GROSSETIE) * Status: Open * Priority: Normal * ruby -v: master * Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- According to #12921 only Linux, FreeBSD and Darwin (macOS) provides environment variables that are "multi-user" safe. I'm not a Windows expert but as far as I know it's possible to configure user environment variables on Windows that are only accessible to the currently logged-in user: https://stackoverflow.com/a/4477669 Maybe this restriction should be lifted? https://github.com/ruby/ruby/blob/8b98b9e274ea0a749044e044ee03ee1095aa75d0/lib/net/http.rb#L1225 -- 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>