This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 1750466e464549cab2cad09dd1b89bb7fcedbd19 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 5 14:33:07 2020 +0000 Fix trailing ws --- conf/server.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/server.xml b/conf/server.xml index abd3b3e..851eac4 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -93,7 +93,7 @@ <!-- <Connector protocol="AJP/1.3" address="::1" - port="8009" + port="8009" redirectPort="8443" /> --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org