[java-identity-provider] branch main updated: IDP-2225 - Typo in bean name
Scott Cantor
cantor.2 at osu.edu
Wed Jan 17 13:31:15 UTC 2024
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=88fd8d80de8055f7eb3729ac5cd01cb12d96a68d
The following commit(s) were added to refs/heads/main by this push:
new 88fd8d80d IDP-2225 - Typo in bean name
88fd8d80d is described below
commit 88fd8d80de8055f7eb3729ac5cd01cb12d96a68d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 17 08:31:09 2024 -0500
IDP-2225 - Typo in bean name
https://shibboleth.atlassian.net/browse/IDP-2225
---
idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml | 2 +-
.../src/main/resources/net/shibboleth/idp/conf/services-system.xml | 2 +-
.../src/main/resources/net/shibboleth/idp/flows/admin/hello-beans.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml
index 228fc03f4..32cd1888e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml
@@ -32,7 +32,7 @@
<!-- Resource beans. -->
- <bean id="shibboleth.ConditionalReesource" abstract="true"
+ <bean id="shibboleth.ConditionalResource" abstract="true"
class="net.shibboleth.shared.spring.resource.ConditionalResource" />
<bean id="shibboleth.RunnableFileSystemResource" abstract="true"
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
index c3f1b1258..d65066287 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
@@ -193,7 +193,7 @@
<!-- This default populates the service with an empty CAS registry as a substitute for a real config. -->
<util:list id="shibboleth.DefaultCASServiceRegistryResources">
- <bean parent="shibboleth.ConditionalReesource" c:wrapped="%{idp.home}/conf/cas-protocol.xml">
+ <bean parent="shibboleth.ConditionalResource" c:wrapped="%{idp.home}/conf/cas-protocol.xml">
<property name="defaultContent">
<value>
<![CDATA[
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/hello-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/hello-beans.xml
index 4beca40a4..9cfcad93a 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/hello-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/hello-beans.xml
@@ -36,7 +36,7 @@
<bean id="ScriptedAction" class="net.shibboleth.idp.profile.ScriptedAction" factory-method="resourceScript" scope="prototype">
<constructor-arg>
- <bean parent="shibboleth.ConditionalReesource"
+ <bean parent="shibboleth.ConditionalResource"
c:_0="%{idp.home}/conf/admin/hello-world.js"
p:defaultContent="null;" />
</constructor-arg>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list