[java-identity-provider] branch main updated: Missed use of p:id in a flow descriptor.

Scott Cantor cantor.2 at osu.edu
Tue Oct 27 22:34:48 UTC 2020


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=c810a9e1c719718ae430555241418fb1ffb16fc9

The following commit(s) were added to refs/heads/main by this push:
       new  c810a9e1c Missed use of p:id in a flow descriptor.
c810a9e1c is described below

commit c810a9e1c719718ae430555241418fb1ffb16fc9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 27 18:34:45 2020 -0400

    Missed use of p:id in a flow descriptor.
---
 .../main/resources/net/shibboleth/idp/conf/profile-intercept-system.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/profile-intercept-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/profile-intercept-system.xml
index a2b6cc355..8742bb67a 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/profile-intercept-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/profile-intercept-system.xml
@@ -74,7 +74,7 @@
     </bean>
 
     <!-- Attribute release flow for attribute queries -->
-    <bean id="intercept/attribute-release-query" parent="shibboleth.consent.AttributeReleaseFlow" />
+    <bean p:id="intercept/attribute-release-query" parent="shibboleth.consent.AttributeReleaseFlow" />
 
     <!-- Parent bean for terms of use consent flows. -->
     <bean id="shibboleth.consent.TermsOfUseFlow" abstract="true"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list