From commits-return-50590-archive-asf-public=cust-asf.ponee.io@cxf.apache.org Tue Dec 4 15:45:20 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2D354180652 for ; Tue, 4 Dec 2018 15:45:20 +0100 (CET) Received: (qmail 61244 invoked by uid 500); 4 Dec 2018 14:45:19 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 61235 invoked by uid 99); 4 Dec 2018 14:45:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2018 14:45:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8880989B44; Tue, 4 Dec 2018 14:45:18 +0000 (UTC) Date: Tue, 04 Dec 2018 14:45:18 +0000 To: "commits@cxf.apache.org" Subject: [cxf-fediz] branch 1.4.x-fixes updated: FEDIZ-234 - Escape logging output in LoginHintHomeRealmDiscovery MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154393471850.19173.3457965322602299823@gitbox.apache.org> From: coheigea@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cxf-fediz X-Git-Refname: refs/heads/1.4.x-fixes X-Git-Reftype: branch X-Git-Oldrev: 1fb09bfe16d6acf818936758bdf7e77f4c1105fc X-Git-Newrev: 1a8925efae1385092604d25758829756460a4625 X-Git-Rev: 1a8925efae1385092604d25758829756460a4625 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 1.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git The following commit(s) were added to refs/heads/1.4.x-fixes by this push: new 1a8925e FEDIZ-234 - Escape logging output in LoginHintHomeRealmDiscovery 1a8925e is described below commit 1a8925efae1385092604d25758829756460a4625 Author: Colm O hEigeartaigh AuthorDate: Tue Dec 4 14:28:05 2018 +0000 FEDIZ-234 - Escape logging output in LoginHintHomeRealmDiscovery --- pom.xml | 1 + services/oidc/pom.xml | 5 +++++ .../service/oidc/handler/hrd/LoginHintHomeRealmDiscovery.java | 7 ++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8c61085..cbcbba8 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ 3.5 1.2 2.5 + 1.6 1.6 3.1.17 3.2.0 diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml index f0e51bc..5664e0a 100644 --- a/services/oidc/pom.xml +++ b/services/oidc/pom.xml @@ -82,6 +82,11 @@ commons-lang3 ${commons.lang.version} + + org.apache.commons + commons-text + ${commons.text.version} +