Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 89F4C200B80 for ; Wed, 14 Sep 2016 13:58:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 88CA1160ABA; Wed, 14 Sep 2016 11:58:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CE4C5160AB4 for ; Wed, 14 Sep 2016 13:58:19 +0200 (CEST) Received: (qmail 27048 invoked by uid 500); 14 Sep 2016 11:58:18 -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 27039 invoked by uid 99); 14 Sep 2016 11:58:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2016 11:58:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ACB4EDFE61; Wed, 14 Sep 2016 11:58:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergeyb@apache.org To: commits@cxf.apache.org Message-Id: <59dba75764c04543916931b9dbffa2ae@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf-fediz git commit: Adding OIDC access token revocation service Date: Wed, 14 Sep 2016 11:58:18 +0000 (UTC) archived-at: Wed, 14 Sep 2016 11:58:20 -0000 Repository: cxf-fediz Updated Branches: refs/heads/master 510bee5ad -> 1f46e000e Adding OIDC access token revocation service Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/1f46e000 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/1f46e000 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/1f46e000 Branch: refs/heads/master Commit: 1f46e000ed93cd8362df4f4538a092e6322461f4 Parents: 510bee5 Author: Sergey Beryozkin Authored: Wed Sep 14 12:58:01 2016 +0100 Committer: Sergey Beryozkin Committed: Wed Sep 14 12:58:01 2016 +0100 ---------------------------------------------------------------------- services/oidc/src/main/webapp/WEB-INF/applicationContext.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1f46e000/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml ---------------------------------------------------------------------- diff --git a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml index 53bd83f..6091725 100644 --- a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml +++ b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml @@ -201,6 +201,10 @@ + + + + @@ -211,6 +215,7 @@ +