This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch coheigea/saml-refactor-new in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/coheigea/saml-refactor-new by this push: new 973eddd82 Removing unused test resources 973eddd82 is described below commit 973eddd822ea986e2fe42486d63d26d386b4c611 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Tue Jun 17 02:50:37 2025 +0100 Removing unused test resources --- ws-security-common/src/test/resources/saml_hok.properties | 9 --------- ws-security-common/src/test/resources/saml_sv.properties | 3 --- .../src/test/resources/saml_sv_noissuer.properties | 2 -- 3 files changed, 14 deletions(-) diff --git a/ws-security-common/src/test/resources/saml_hok.properties b/ws-security-common/src/test/resources/saml_hok.properties deleted file mode 100644 index 374ce7042..000000000 --- a/ws-security-common/src/test/resources/saml_hok.properties +++ /dev/null @@ -1,9 +0,0 @@ -org.apache.wss4j.saml.issuerClass=org.apache.wss4j.saml.SAMLIssuerImpl -org.apache.wss4j.saml.issuer.cryptoProp.file=crypto.properties -org.apache.wss4j.saml.issuer.key.name=16c73ab6-b892-458f-abf5-2f875f74882e -org.apache.wss4j.saml.issuer.key.password=security -org.apache.wss4j.saml.issuer=www.example.com -org.apache.wss4j.saml.issuer.sendKeyValue=false -org.apache.wss4j.saml.issuer.signAssertion=true -org.apache.wss4j.saml.callback=org.apache.wss4j.common.SAML1AuthnHOKHandler - diff --git a/ws-security-common/src/test/resources/saml_sv.properties b/ws-security-common/src/test/resources/saml_sv.properties deleted file mode 100644 index de8a82ca2..000000000 --- a/ws-security-common/src/test/resources/saml_sv.properties +++ /dev/null @@ -1,3 +0,0 @@ -org.apache.wss4j.saml.issuerClass=org.apache.wss4j.saml.SAMLIssuerImpl -org.apache.wss4j.saml.issuer=www.example.com -org.apache.wss4j.saml.callback=org.apache.wss4j.common.SAML1CallbackHandler diff --git a/ws-security-common/src/test/resources/saml_sv_noissuer.properties b/ws-security-common/src/test/resources/saml_sv_noissuer.properties deleted file mode 100644 index 7c8823d36..000000000 --- a/ws-security-common/src/test/resources/saml_sv_noissuer.properties +++ /dev/null @@ -1,2 +0,0 @@ -org.apache.wss4j.saml.issuer=www.example.com -org.apache.wss4j.saml.callback=org.apache.wss4j.common.SAML1CallbackHandler