[java-identity-provider] branch main updated: Switch audit field to nullable variant of getEndpointURL method.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 24 16:27:40 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=05cd8a8f8fc2a44b6796315272fe40027377be81
The following commit(s) were added to refs/heads/main by this push:
new 05cd8a8f8 Switch audit field to nullable variant of getEndpointURL method.
05cd8a8f8 is described below
commit 05cd8a8f8fc2a44b6796315272fe40027377be81
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 24 12:27:37 2025 -0400
Switch audit field to nullable variant of getEndpointURL method.
---
.../src/main/resources/net/shibboleth/idp/conf/audit-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml
index 3b67d9dbf..740b649a5 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml
@@ -959,7 +959,7 @@
<constructor-arg name="g">
<bean parent="shibboleth.Functions.Expression"
p:inputType="org.opensaml.messaging.context.MessageContext" p:outputType="java.net.URI" p:hideExceptions="true"
- c:_0="#input != null ? T(org.opensaml.saml.common.binding.SAMLBindingSupport).getEndpointURL(#input) : null" />
+ c:_0="#input != null ? T(org.opensaml.saml.common.binding.SAMLBindingSupport).getEndpointURLOrNull(#input) : null" />
</constructor-arg>
<constructor-arg name="f" ref="shibboleth.MessageContextLookup.Outbound"/>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list