From c2cbd5528cd1ecd0db08f93dbdd1de7175805ef3 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Thu, 15 Sep 2016 21:44:56 +0000 Subject: Don't include bad password in URI exception output We shouldn't include the bad password in the URI exception output message. Just knowing that there is a bad password is enough information. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 84bfdb8a2c..d3b2eee49b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 16 06:43:25 2016 Aaron Patterson + + * lib/uri/generic.rb (def check_password): don't include bad password + in URI exception output + + * test/uri/test_generic.rb (def test_set_component): test for behavior + Thu Sep 15 21:40:03 2016 Kazuhiro NISHIYAMA * doc/extension.ja.rdoc: Fix file name. -- cgit v1.2.3