[java-identity-provider] branch main updated: Fix accidental use of a fancy quote.

Codeberg noreply at shibboleth.net
Wed Jul 29 12:58:17 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/6e575992f1e5f416713d308f4b4fc8b20e3b14c5

The following commit(s) were added to refs/heads/main by this push:
     new 6e575992f Fix accidental use of a fancy quote.
6e575992f is described below

commit 6e575992f1e5f416713d308f4b4fc8b20e3b14c5
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jul 29 08:58:06 2026 -0400

    Fix accidental use of a fancy quote.
---
 .../src/main/resources/net/shibboleth/idp/conf/security-system.xml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/security-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/security-system.xml
index e17b41b99..5f847f29d 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/security-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/security-system.xml
@@ -100,13 +100,13 @@
     in the future. These are special cases that would not be of interest for that. 
     -->
 
-    <bean id="shibboleth.MetadataCredentialResolver" autowire-candidate=”false”
+    <bean id="shibboleth.MetadataCredentialResolver" autowire-candidate="false"
         class="org.opensaml.saml.security.impl.MetadataCredentialResolver"
          p:roleDescriptorResolver-ref="shibboleth.RoleDescriptorResolver"
          p:keyInfoCredentialResolver-ref="shibboleth.KeyInfoCredentialResolver">
     </bean>
 
-    <bean id="shibboleth.KeyInfoCredentialResolver" autowire-candidate=”false”
+    <bean id="shibboleth.KeyInfoCredentialResolver" autowire-candidate="false"
         class="org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap"
         factory-method="buildBasicInlineKeyInfoCredentialResolver" />
 

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


More information about the commits mailing list