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 2d1917a Porting fix to spring2
new ff70618 Adding token expiration tests for the plugins
new 019f145 Missing files from last commit
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:
systests/cxf/pom.xml | 66 ++++++++++
.../FederationTest.java => TokenExpiryTest.java} | 18 +--
.../src/test/resources/expiry}/fediz_config.xml | 3 +-
.../src/test/resources/realma/entities-realma.xml | 0
.../cxf/src/test/resources/realma}/fediz-sts.xml | 4 +-
systests/jetty9/pom.xml | 44 +++++++
...ntCertificateTest.java => TokenExpiryTest.java} | 22 +---
.../jetty9/src/test/resources/fediz_config.xml | 36 ++++++
.../src/test/resources/realma/entities-realma.xml | 0
.../src/test/resources/realma}/fediz-sts.xml | 4 +-
.../{rp-server.xml => rp-expiry-server.xml} | 24 +---
.../integrationtests/AbstractExpiryTests.java | 144 +++++++++++++++++++++
systests/tomcat8/pom.xml | 20 +++
.../fediz/integrationtests/TokenExpiryTest.java | 33 +----
.../tomcat8/src/test/resources/fediz_config.xml | 1 +
.../src/test/resources/realma}/fediz-sts.xml | 4 +-
16 files changed, 339 insertions(+), 84 deletions(-)
copy systests/cxf/src/test/java/org/apache/cxf/fediz/integrationtests/{federation/FederationTest.java
=> TokenExpiryTest.java} (82%)
copy systests/{websphere/src/test/resources => cxf/src/test/resources/expiry}/fediz_config.xml
(96%)
copy systests/{tomcat8 => cxf}/src/test/resources/realma/entities-realma.xml (100%)
copy {services/sts/src/main/webapp/WEB-INF => systests/cxf/src/test/resources/realma}/fediz-sts.xml
(97%)
copy systests/jetty9/src/test/java/org/apache/cxf/fediz/integrationtests/{ClientCertificateTest.java
=> TokenExpiryTest.java} (80%)
copy systests/{tomcat8 => jetty9}/src/test/resources/realma/entities-realma.xml (100%)
copy {services/sts/src/main/webapp/WEB-INF => systests/jetty9/src/test/resources/realma}/fediz-sts.xml
(97%)
copy systests/jetty9/src/test/resources/{rp-server.xml => rp-expiry-server.xml} (84%)
create mode 100644 systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractExpiryTests.java
copy {services/sts/src/main/webapp/WEB-INF => systests/tomcat8/src/test/resources/realma}/fediz-sts.xml
(97%)
--
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <commits@cxf.apache.org>'].
|