[java-idp-tomcat-base] branch 8.0 updated: Add missed property

Tom Zeller tzeller at dragonacea.biz
Fri Aug 12 15:57:46 EDT 2016


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

tzeller pushed a commit to branch 8.0
in repository java-idp-tomcat-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=69fd0a5cf322ee4fb739e9eebceec31010b57c4c

The following commit(s) were added to refs/heads/8.0 by this push:
       new  69fd0a5   Add missed property
69fd0a5 is described below

commit 69fd0a5cf322ee4fb739e9eebceec31010b57c4c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 12 14:40:17 2016 -0500

    Add missed property
---
 src/main/resources/tomcat-base/conf/server.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/tomcat-base/conf/server.xml b/src/main/resources/tomcat-base/conf/server.xml
index 976e7e7..28c7801 100644
--- a/src/main/resources/tomcat-base/conf/server.xml
+++ b/src/main/resources/tomcat-base/conf/server.xml
@@ -54,7 +54,7 @@
     -->
     <Connector port="${tomcat.nonhttps.port}" protocol="HTTP/1.1"
                connectionTimeout="20000"
-               redirectPort="8443"
+               redirectPort="${tomcat.https.port}"
                maxPostSize="100000" />
     <!-- A "Connector" using the shared thread pool-->
     <!--

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


More information about the commits mailing list