logstash/spec/unit/plugin_manager
Tudor Golubenco 093603c378 Detect invalid proxy and raise error
As reported in #9132, if one sets `http_proxy=myproxy:8080` the URL
gets parsed to scheme=myproxy and host=nil. This results in a
NullPointerException.

To solve it, we check that the URL is valid as HTTP/HTTPs and raise a
slightly better error message.

Fixes #9132.

Fixes #9230
2018-03-15 18:17:08 +00:00
..
pack_fetch_strategy fixes for Windows platform tests/specs 2017-08-31 19:42:49 -04:00
pack_installer use jruby 9.1.9.0 2017-06-12 12:35:10 -04:00
utils fix a few issues with proxy handling when installing plugins 2017-10-05 11:50:33 +00:00
gem_installer_spec.rb use jruby 9.1.9.0 2017-06-12 12:35:10 -04:00
gemfile_spec.rb refactor integration test to be inside the specs directory and not in the main level 2016-05-12 06:56:24 +00:00
install_spec.rb Do not try to reach the artifact server when no plugins is given 2017-03-26 20:44:07 -04:00
install_strategy_factory_spec.rb Do not try to reach the artifact server when no plugins is given 2017-03-26 20:44:07 -04:00
offline_plugin_packager_spec.rb Add SSLError to the list of retryable exception 2017-05-30 12:59:37 +00:00
prepare_offline_pack_spec.rb fixes for Windows platform tests/specs 2017-08-31 19:42:49 -04:00
proxy_support_spec.rb Detect invalid proxy and raise error 2018-03-15 18:17:08 +00:00
ui_spec.rb Feature: A way to install/remove a plugin pack 2016-11-17 14:00:02 -05:00
update_spec.rb remove the expect 2016-12-01 18:57:07 -05:00
util_spec.rb Spelling fixes (#6806) 2017-03-29 19:33:26 -07:00