[java-identity-provider] branch master updated: IDP-1312 - mdqueryFlow cannot find shibboleth.MetadataLookup.Protocol

Scott Cantor cantor.2 at osu.edu
Mon Jul 23 10:39:05 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1c72b97f0bb1efb3fea4df3abf2fc8e7d2525e39

The following commit(s) were added to refs/heads/master by this push:
       new  1c72b97   IDP-1312 - mdqueryFlow cannot find shibboleth.MetadataLookup.Protocol
1c72b97 is described below

commit 1c72b97f0bb1efb3fea4df3abf2fc8e7d2525e39
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 23 10:39:02 2018 -0400

    IDP-1312 - mdqueryFlow cannot find shibboleth.MetadataLookup.Protocol
    
    https://issues.shibboleth.net/jira/browse/IDP-1312
---
 idp-conf/src/main/resources/system/flows/admin/mdquery-beans.xml | 3 ---
 idp-conf/src/main/resources/system/flows/admin/mdquery-flow.xml  | 1 -
 2 files changed, 4 deletions(-)

diff --git a/idp-conf/src/main/resources/system/flows/admin/mdquery-beans.xml b/idp-conf/src/main/resources/system/flows/admin/mdquery-beans.xml
index 0d8c6b6..183ee65 100644
--- a/idp-conf/src/main/resources/system/flows/admin/mdquery-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/admin/mdquery-beans.xml
@@ -40,9 +40,6 @@
         </constructor-arg>
     </bean>
     
-    <bean id="PostDecodePopulateAuditContext" parent="shibboleth.AbstractPopulateAuditContext"
-        p:fieldExtractors="#{getObject('shibboleth.PostDecodeAuditExtractors') ?: getObject('shibboleth.DefaultPostDecodeAuditExtractors')}" />
-    
     <bean id="SAMLMetadataLookup"
             class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor" scope="prototype"
             c:executionDirection="INBOUND">
diff --git a/idp-conf/src/main/resources/system/flows/admin/mdquery-flow.xml b/idp-conf/src/main/resources/system/flows/admin/mdquery-flow.xml
index fcc5061..5213e26 100644
--- a/idp-conf/src/main/resources/system/flows/admin/mdquery-flow.xml
+++ b/idp-conf/src/main/resources/system/flows/admin/mdquery-flow.xml
@@ -19,7 +19,6 @@
 
     <action-state id="DecodeMessage">
         <evaluate expression="DecodeMessage" />
-        <evaluate expression="PostDecodePopulateAuditContext" />
         <evaluate expression="'proceed'" />
         
         <transition on="proceed" to="DoAdminPreamble" />

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


More information about the commits mailing list