[java-shib-metadata] branch main updated: IDP-1806 - Trailing Blank in property yields inconsistent error

Scott Cantor cantor.2 at osu.edu
Tue Jun 13 18:36:52 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=97842f567ed67ed8903fe74f56ba6148f977ba6d

The following commit(s) were added to refs/heads/main by this push:
     new 97842f56 IDP-1806 - Trailing Blank in property yields inconsistent error
97842f56 is described below

commit 97842f567ed67ed8903fe74f56ba6148f977ba6d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 13 14:36:49 2023 -0400

    IDP-1806 - Trailing Blank in property yields inconsistent error
    
    https://shibboleth.atlassian.net/browse/IDP-1806
    
    Migrate HTTPResourceFactoryBean to our Resource class.
---
 .../main/java/net/shibboleth/spring/http/HTTPResourceFactoryBean.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-metadata-spring/src/main/java/net/shibboleth/spring/http/HTTPResourceFactoryBean.java b/shib-metadata-spring/src/main/java/net/shibboleth/spring/http/HTTPResourceFactoryBean.java
index 44c6226d..6c06f558 100644
--- a/shib-metadata-spring/src/main/java/net/shibboleth/spring/http/HTTPResourceFactoryBean.java
+++ b/shib-metadata-spring/src/main/java/net/shibboleth/spring/http/HTTPResourceFactoryBean.java
@@ -49,7 +49,6 @@ import org.slf4j.Logger;
 import org.springframework.beans.FatalBeanException;
 import org.springframework.beans.factory.BeanCreationException;
 import org.springframework.beans.factory.config.AbstractFactoryBean;
-import org.springframework.core.io.Resource;
 
 import net.shibboleth.shared.annotation.constraint.NotEmpty;
 import net.shibboleth.shared.annotation.constraint.NotLive;
@@ -57,6 +56,7 @@ import net.shibboleth.shared.annotation.constraint.Unmodifiable;
 import net.shibboleth.shared.collection.CollectionSupport;
 import net.shibboleth.shared.httpclient.HttpClientContextHandler;
 import net.shibboleth.shared.primitive.LoggerFactory;
+import net.shibboleth.shared.resource.Resource;
 import net.shibboleth.shared.spring.httpclient.resource.FileBackedHTTPResource;
 import net.shibboleth.shared.spring.httpclient.resource.HTTPResource;
 

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


More information about the commits mailing list