[java-plugin-shibd] branch main updated (44a837d -> 166e45c)
Scott Cantor
cantor.2 at osu.edu
Wed Jul 3 17:53:50 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository java-plugin-shibd.
from 44a837d Add agent authn tests.
new 92e95ba Remove HTTP constraints from message decoder.
new 166e45c Bug fixes, sealer flow 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:
.../idp/flows/sp/sealer/sealer-beans.xml | 2 +-
.../idp/flows/sp/storage/storage-beans.xml | 2 +-
.../shibboleth/sp/flows/AbstractSPFlowTest.java | 34 ++--
.../java/net/shibboleth/sp/flows/PingFlowTest.java | 23 +--
.../net/shibboleth/sp/flows/SealerFlowTest.java | 189 +++++++++++++++++++++
...SPEnvironmentApplicationContextInitializer.java | 2 +
.../idp/module/credentials/sp/sp-encryption.crt | 22 +++
.../idp/module/credentials/sp/sp-encryption.key | 27 +++
.../idp/module/credentials/sp/sp-signing.crt | 22 +++
.../idp/module/credentials/sp/sp-signing.key | 27 +++
.../sp/profile/impl/DecodeAgentRequest.java | 10 --
11 files changed, 317 insertions(+), 43 deletions(-)
create mode 100644 sp-conf-impl/src/test/java/net/shibboleth/sp/flows/SealerFlowTest.java
create mode 100644 sp-conf-impl/src/test/resources/net/shibboleth/idp/module/credentials/sp/sp-encryption.crt
create mode 100644 sp-conf-impl/src/test/resources/net/shibboleth/idp/module/credentials/sp/sp-encryption.key
create mode 100644 sp-conf-impl/src/test/resources/net/shibboleth/idp/module/credentials/sp/sp-signing.crt
create mode 100644 sp-conf-impl/src/test/resources/net/shibboleth/idp/module/credentials/sp/sp-signing.key
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list