[java-idp-integration-tests] branch master updated: IDP-1234 - Use HTTPS rather than HTTP when connecting to IdP

Tom Zeller tzeller at dragonacea.biz
Mon Jan 22 13:06:38 EST 2018


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=45f6eaf797fed030ce9f6ffc5b37b41c202b60d7

The following commit(s) were added to refs/heads/master by this push:
       new  45f6eaf   IDP-1234 - Use HTTPS rather than HTTP when connecting to IdP
45f6eaf is described below

commit 45f6eaf797fed030ce9f6ffc5b37b41c202b60d7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jan 22 12:03:51 2018 -0600

    IDP-1234 - Use HTTPS rather than HTTP when connecting to IdP
    
    Make all tests connect securely.
    
    https://issues.shibboleth.net/jira/browse/IDP-1234
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 464d8a7..7edc76e 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -240,8 +240,8 @@ public abstract class BaseIntegrationTest
     /** Secure web server base URL. Defaults to https://localhost:8443. */
     @NonnullAfterInit protected String secureBaseURL;
 
-    /** Whether to use the secure base URL by default. Defaults to false. */
-    @Nonnull protected boolean useSecureBaseURL = false;
+    /** Whether to use the secure base URL by default. Defaults to true. */
+    @Nonnull protected boolean useSecureBaseURL = true;
 
     /** Client IP range to allow access from. Defaults to "127.0.0.1/32". */
     @Nonnull protected String clientIPRange = "127.0.0.1/32";

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


More information about the commits mailing list