[java-identity-provider] branch master updated: IDP-1170 - REST DataConnector

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 11 08:57:03 EDT 2017


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

rdw 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=e2f967250f2c822bfee3e1229e21cfb112506b40

The following commit(s) were added to refs/heads/master by this push:
       new  e2f9672   IDP-1170 - REST DataConnector
e2f9672 is described below

commit e2f967250f2c822bfee3e1229e21cfb112506b40
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 11 13:56:40 2017 +0100

    IDP-1170 - REST DataConnector
    
    https://issues.shibboleth.net/jira/browse/IDP-1170
    
    Make the "its OK to 404" location https:, just in case
---
 .../attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
index 548d90f..f8a614d 100644
--- a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
+++ b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
@@ -150,7 +150,7 @@ public class HTTPDataConnectorParserTest {
     
     @Test public void v2MissingOk() throws Exception {
         
-        final MockPropertySource propSource = singletonPropertySource("serviceURL", "http://build.shibboleth.net/test.json");
+        final MockPropertySource propSource = singletonPropertySource("serviceURL", "https://build.shibboleth.net/test.json");
         propSource.setProperty("scriptPath", (isV8() ? SCRIPT_PATH_V8 : SCRIPT_PATH) + "test.js");
         
         final HTTPDataConnector connector =

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


More information about the commits mailing list