[java-identity-provider] branch maint-3.4 updated: IDP-1501 explicitly set the app context for hand-grown beans
Rod Widdowson
rdw at steadingsoftware.com
Fri Sep 20 04:34:31 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=18edafb6260e52e23fb84b5107f055d83854952e
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 18edafb IDP-1501 explicitly set the app context for hand-grown beans
18edafb is described below
commit 18edafb6260e52e23fb84b5107f055d83854952e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Sep 20 09:25:10 2019 +0100
IDP-1501 explicitly set the app context for hand-grown beans
https://issues.shibboleth.net/jira/browse/IDP-1501
---
.../relyingparty/metadata/impl/MetadataResolverServiceStrategy.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/MetadataResolverServiceStrategy.java b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/MetadataResolverServiceStrategy.java
index 642568b..223f7e8 100644
--- a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/MetadataResolverServiceStrategy.java
+++ b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/MetadataResolverServiceStrategy.java
@@ -82,6 +82,7 @@ public class MetadataResolverServiceStrategy extends AbstractIdentifiableInitial
chain.initialize();
final RelyingPartyMetadataProvider result = new RelyingPartyMetadataProvider();
result.setEmbeddedResolver(chain);
+ result.setApplicationContext(appContext);
result.initialize();
return result;
} catch (final ResolverException | ComponentInitializationException e) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list