[java-identity-provider] branch master updated: Add an ID to AccessControlService bean for logging.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 14 21:32:02 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=dbbeea3abf942769b937c9d10fb8967ec020d9bf
The following commit(s) were added to refs/heads/master by this push:
new dbbeea3 Add an ID to AccessControlService bean for logging.
dbbeea3 is described below
commit dbbeea3abf942769b937c9d10fb8967ec020d9bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 14 21:31:56 2018 -0400
Add an ID to AccessControlService bean for logging.
---
idp-conf/src/main/resources/system/conf/access-control-system.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf/src/main/resources/system/conf/access-control-system.xml b/idp-conf/src/main/resources/system/conf/access-control-system.xml
index 6da170d..e36a648 100644
--- a/idp-conf/src/main/resources/system/conf/access-control-system.xml
+++ b/idp-conf/src/main/resources/system/conf/access-control-system.xml
@@ -15,6 +15,7 @@
<bean class="net.shibboleth.idp.security.ReloadingAccessControlService">
<constructor-arg>
<bean class="net.shibboleth.utilities.java.support.security.BasicAccessControlService"
+ p:id="shibboleth.AccessControlService"
p:policyMap-ref="shibboleth.AccessControlPolicies" />
</constructor-arg>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list