[java-plugin-shibd-saml] branch main updated: Update constant in test.
Codeberg
noreply at shibboleth.net
Tue May 26 15:15:24 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/f966e67f92122b2c1b15a057e9a089628879e370
The following commit(s) were added to refs/heads/main by this push:
new f966e67 Update constant in test.
f966e67 is described below
commit f966e67f92122b2c1b15a057e9a089628879e370
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 26 11:14:59 2026 -0400
Update constant in test.
---
.../net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
index 7b0d688..41ad705 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
@@ -951,7 +951,7 @@ public class SAML2TokenConsumerFlowTest extends AbstractSPFlowTest {
XMLObjectSupport.marshallToOutputStream(response, sink);
final String base64 = Base64Support.encode(sink.toByteArray(), true);
final DDF obj = new DDF(null).structure();
- obj.addmember(ConsumerConstants.BASE_URL).unsafe_string(RESOURCE_URL.getBytes(StandardCharsets.UTF_8));
+ obj.addmember(ConsumerConstants.HOME_URL).unsafe_string(RESOURCE_URL.getBytes(StandardCharsets.UTF_8));
final DDF http = obj.addmember(RemotedHttpServletRequest.STRUCTURE_NAME).structure();
http.addmember(RemotedHttpServletRequest.METHOD).string("POST");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list