From commits-return-49219-archive-asf-public=cust-asf.ponee.io@cxf.apache.org Thu May 17 19:13:30 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 DA691180634 for ; Thu, 17 May 2018 19:13:29 +0200 (CEST) Received: (qmail 35746 invoked by uid 500); 17 May 2018 17:13:29 -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 35730 invoked by uid 99); 17 May 2018 17:13:28 -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; Thu, 17 May 2018 17:13:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6CDB386268; Thu, 17 May 2018 17:13:28 +0000 (UTC) Date: Thu, 17 May 2018 17:13:28 +0000 To: , "' commits@cxf.apache.org" , '@gitbox.apache.org, Subject: [cxf-fediz] branch 1.4.x-fixes updated (1673243 -> c4a4899) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152657720839.1326.15503006124440750300@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: 1673243fa1b7cf65ff69bdc686e24836627b7560 X-Git-Newrev: c4a489997a50dc64c2dec4bd8ccfaf269a38c81e X-Git-NotificationType: ref_changed 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 change to branch 1.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git. from 1673243 Adding SAML SSO RP tests new 13a4719 Enabled modified signature test for SAML SSO new fde94d5 Updating Tomcat new 88aeaf1 Adding a modified SignatureValue test for SAML SSO new f099ba2 Add support to redirect the SAML SSO RP when the session expires new 3ba98de Adding entity expansion attacks for SAML SSO new 5f5fd5b Adding CSRF tests for SAML SSO new c4a4899 Checkstyle fixes The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../fediz/core/processor/SAMLProcessorImpl.java | 12 +- .../core/samlsso/SAMLSSOResponseValidator.java | 4 +- pom.xml | 4 +- .../fediz/systests/samlsso/Tomcat8PluginTest.java | 134 +++++++++++++++++++ systests/tests/pom.xml | 5 + .../cxf/fediz/integrationtests/AbstractTests.java | 148 +++++++++++++++------ .../cxf/fediz/integrationtests/TomcatTest.java | 62 +++++++++ 7 files changed, 314 insertions(+), 55 deletions(-) -- To stop receiving notification emails like this one, please contact coheigea@apache.org.