[java-plugin-shibd] branch main updated: Backstop sp.issuer property if undefined.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 2 12:55:36 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=718deacbb48e27b15e592b1669606a7787016265
The following commit(s) were added to refs/heads/main by this push:
new 718deac Backstop sp.issuer property if undefined.
718deac is described below
commit 718deacbb48e27b15e592b1669606a7787016265
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 2 08:55:33 2025 -0400
Backstop sp.issuer property if undefined.
---
.../src/main/resources/net/shibboleth/sp/conf/agents-system.xml | 2 +-
.../src/main/resources/net/shibboleth/sp/conf/relying-party-system.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
index 0864602..68088de 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
@@ -26,7 +26,7 @@
p:supportsCachedAuthentication="%{sp.agent.authn.cached:true}" />
<bean id="shibboleth.Application" class="net.shibboleth.sp.impl.BasicApplication" abstract="true"
- p:issuer="#{'%{sp.issuer}'.trim()}"
+ p:issuer="#{'%{sp.issuer:}'.trim()}"
p:metadataResolver-ref="shibboleth.MetadataResolverService"
p:attributeTranscoderRegistry-ref="shibboleth.AttributeRegistryService"
p:attributeResolver-ref="shibboleth.AttributeResolverService"
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/relying-party-system.xml b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/relying-party-system.xml
index 8496c3f..cde011c 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/relying-party-system.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/relying-party-system.xml
@@ -18,7 +18,7 @@
<!-- Parent bean for generic RelyingParty overrides that establishes defaults. -->
<bean id="RelyingParty" abstract="true" class="net.shibboleth.profile.relyingparty.BasicRelyingPartyConfiguration"
- p:issuer="#{'%{sp.issuer}'.trim()}"
+ p:issuer="#{'%{sp.issuer:}'.trim()}"
p:detailedErrorsPredicate="%{sp.errors.detailed:false}"
p:securityConfiguration-ref="#{'%{sp.security.config:shibboleth.DefaultSecurityConfiguration}'.trim()}"
p:profileConfigurations-ref="shibboleth.DefaultProfileConfigurations" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list