[java-plugin-shibd] branch main updated (bad30cf -> f48cc7e)

Scott Cantor cantor.2 at osu.edu
Thu Jan 23 14:31:28 UTC 2025


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 bad30cf  Remove pointer type from DDF impl.
     new 7e8cdc4  Establish output convention and add auth caching support.
     new f48cc7e  Remove unneeded RequestMap parsing flow.

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:
 .../parse-request-map/parse-request-map-beans.xml  |  34 ---
 .../parse-request-map/parse-request-map-flow.xml   |  26 ---
 .../shibboleth/sp/flows/AbstractSPFlowTest.java    |  23 ++-
 .../sp/flows/ParseRequestMapFlowTest.java          | 143 -------------
 .../java/net/shibboleth/sp/flows/PingFlowTest.java |   6 +-
 .../net/shibboleth/sp/flows/SealerFlowTest.java    |   6 +-
 .../net/shibboleth/sp/flows/StorageFlowTest.java   |  16 +-
 .../main/java/net/shibboleth/sp/SPConstants.java   |  40 ----
 .../src/main/java/net/shibboleth/sp/ddf/DDF.java   |   3 +-
 .../schema/shibboleth-sp-requestmap-4.0.xsd        | 228 ---------------------
 .../sp/config/impl/ParseAgentRequestMap.java       | 161 ---------------
 .../shibboleth/sp/config/impl/package-info.java    |  18 --
 .../net/shibboleth/sp/profile/impl/DoPing.java     |   3 +-
 .../sp/profile/impl/EncodeAgentResponse.java       |  38 +++-
 .../sp/config/impl/ParseAgentRequestMapTest.java   | 150 --------------
 15 files changed, 66 insertions(+), 829 deletions(-)
 delete mode 100644 sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/parse-request-map/parse-request-map-beans.xml
 delete mode 100644 sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/parse-request-map/parse-request-map-flow.xml
 delete mode 100644 sp-conf-impl/src/test/java/net/shibboleth/sp/flows/ParseRequestMapFlowTest.java
 delete mode 100644 sp-server-api/src/main/java/net/shibboleth/sp/SPConstants.java
 delete mode 100644 sp-server-api/src/main/resources/schema/shibboleth-sp-requestmap-4.0.xsd
 delete mode 100644 sp-server-impl/src/main/java/net/shibboleth/sp/config/impl/ParseAgentRequestMap.java
 delete mode 100644 sp-server-impl/src/main/java/net/shibboleth/sp/config/impl/package-info.java
 delete mode 100644 sp-server-impl/src/test/java/net/shibboleth/sp/config/impl/ParseAgentRequestMapTest.java

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list