[java-identity-provider] branch master updated: Fix harmless typo.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 23 10:18:53 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=c1852e41280ba830aac66ebb4a1cb4ab72b5bbd9
The following commit(s) were added to refs/heads/master by this push:
new c1852e4 Fix harmless typo.
c1852e4 is described below
commit c1852e41280ba830aac66ebb4a1cb4ab72b5bbd9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 23 10:18:48 2018 -0400
Fix harmless typo.
---
idp-conf/src/main/resources/conf/admin/general-admin.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/admin/general-admin.xml b/idp-conf/src/main/resources/conf/admin/general-admin.xml
index 2abda9f..2814bf6 100644
--- a/idp-conf/src/main/resources/conf/admin/general-admin.xml
+++ b/idp-conf/src/main/resources/conf/admin/general-admin.xml
@@ -39,7 +39,7 @@
<!-- Metadata Query -->
<bean parent="shibboleth.AdminFlow"
c:id="http://shibboleth.net/ns/profiles/mdquery"
- p:loggingId="MetadataQuery}"
+ p:loggingId="MetadataQuery"
p:policyName="AccessByIPAddress" />
<!-- REST AccountLockoutManager Access -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list