[java-identity-provider] branch main updated: JSSH-77 Mis-spelled class UsernamePasswoordCredentialsFactoryBean

Codeberg noreply at shibboleth.net
Thu Aug 6 14:21:47 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/9c41ab8a1e6ebfb8bfb2fb697571314b080f4b75

The following commit(s) were added to refs/heads/main by this push:
     new 9c41ab8a1 JSSH-77 Mis-spelled class UsernamePasswoordCredentialsFactoryBean
9c41ab8a1 is described below

commit 9c41ab8a1e6ebfb8bfb2fb697571314b080f4b75
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 6 15:17:02 2026 +0100

    JSSH-77 Mis-spelled class UsernamePasswoordCredentialsFactoryBean
    
    https://shibboleth.atlassian.net/browse/JSSH-77
---
 .../src/main/resources/net/shibboleth/idp/conf/http-client.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
index e87c4c580..98ff56db0 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
@@ -24,7 +24,7 @@
         class="net.shibboleth.spring.http.HTTPResourceFactoryBean" />
 
     <bean id="shibboleth.BasicAuthCredentials" abstract="true"
-        class="net.shibboleth.shared.spring.httpclient.factory.UsernamePasswoordCredentialsFactoryBean" />
+        class="net.shibboleth.shared.spring.httpclient.factory.UsernamePasswordCredentialsFactoryBean" />
 
     <bean id="shibboleth.HttpHost" abstract="true"
         class="net.shibboleth.shared.spring.httpclient.factory.HttpHostFactoryBean" />

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


More information about the commits mailing list