[java-identity-provider] branch master updated: IDP-1170 - REST DataConnector
Rod Widdowson
rdw at steadingsoftware.com
Fri Aug 11 09:01:07 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=0557af4cacddb609ccd4690436a55859acaee58a
The following commit(s) were added to refs/heads/master by this push:
new 0557af4 IDP-1170 - REST DataConnector
0557af4 is described below
commit 0557af4cacddb609ccd4690436a55859acaee58a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 11 14:00:28 2017 +0100
IDP-1170 - REST DataConnector
https://issues.shibboleth.net/jira/browse/IDP-1170
Tidy up URLS some more (works for me, why not over there..)
---
.../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 f8a614d..548268c 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
@@ -133,7 +133,7 @@ public class HTTPDataConnectorParserTest {
@Test(expectedExceptions=ResolutionException.class) public void v2Missing() throws Exception {
- final MockPropertySource propSource = singletonPropertySource("serviceURL", "http://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