[java-idp-plugin-webauthn] branch main updated: Fix property default in postconfig
Phil Smart
philip.smart at jisc.ac.uk
Thu Apr 18 16:17:01 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=38332a46b789809ac78509d3517a713bb715b4f8
The following commit(s) were added to refs/heads/main by this push:
new 38332a4 Fix property default in postconfig
38332a4 is described below
commit 38332a46b789809ac78509d3517a713bb715b4f8
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Apr 18 17:16:58 2024 +0100
Fix property default in postconfig
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index efda6ff..0cbae45 100644
--- a/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -93,7 +93,7 @@
lazy-init="true"
p:trustRootFile="%{idp.authn.webauthn.metadata.trustRootFile:}"
p:cacheFile="%{idp.authn.webauthn.metadata.cacheFile:}"
- p:crls="%{idp.authn.webauthn.metadata.crls}"
+ p:crls="%{idp.authn.webauthn.metadata.crls:#{null}}"
p:metadataBlobUrl="%{idp.authn.webauthn.metadata.metadataBlobUrl:https://mds3.fidoalliance.org}"
p:metadataBlobFile="%{idp.authn.webauthn.metadata.metadataBlobFile:}"
p:expectedLegalHeaders="%{idp.authn.webauthn.metadata.expectedLegalHeaders:Retrieval and use of this BLOB indicates acceptance of the appropriate agreement located at https://fidoalliance.org/metadata/metadata-legal-terms/}"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list