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 344df90 Fixing failing test
new 25021e0 Fix to get correct context variable in the Tomcat8 handler for SAML SSO
new 1673243 Adding SAML SSO RP tests
The 2 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:
.../cxf/fediz/core/handler/SigninHandler.java | 39 +++++++---
.../cxf/fediz/tomcat8/FederationAuthenticator.java | 9 +--
.../systests/custom/CustomParametersTest.java | 3 +-
.../cxf/fediz/integrationtests/LDAPTest.java | 2 +-
systests/samlsso/pom.xml | 22 +++---
.../fediz/systests/samlsso/Tomcat8PluginTest.java} | 33 ++++++--
.../src/test/resources/fediz_config.xml | 12 +--
.../cxf/fediz/integrationtests/AbstractTests.java | 89 ++++++++++++++++++----
.../cxf/fediz/integrationtests/HTTPTestUtils.java | 19 +----
9 files changed, 156 insertions(+), 72 deletions(-)
copy systests/{tomcat8/src/test/java/org/apache/cxf/fediz/integrationtests/TokenExpiryTest.java
=> samlsso/src/test/java/org/apache/cxf/fediz/systests/samlsso/Tomcat8PluginTest.java}
(87%)
copy systests/{tomcat7 => samlsso}/src/test/resources/fediz_config.xml (88%)
--
To stop receiving notification emails like this one, please contact
coheigea@apache.org.
|