Repository: activemq Updated Branches: refs/heads/master 3ea18f4ed -> d535e3494
AMQ-7007 - restrict jetty endpoint to 127.0.0.1 by default Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d535e349 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d535e349 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d535e349 Branch: refs/heads/master Commit: d535e34947f3198d70b2680aad4601bb0d1b079c Parents: 3ea18f4 Author: gtully <[email protected]> Authored: Wed Jul 4 11:37:43 2018 +0100 Committer: gtully <[email protected]> Committed: Wed Jul 4 11:37:43 2018 +0100 ---------------------------------------------------------------------- assembly/src/release/conf/jetty.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/d535e349/assembly/src/release/conf/jetty.xml ---------------------------------------------------------------------- diff --git a/assembly/src/release/conf/jetty.xml b/assembly/src/release/conf/jetty.xml index 75a32d8..95f83d1 100644 --- a/assembly/src/release/conf/jetty.xml +++ b/assembly/src/release/conf/jetty.xml @@ -106,7 +106,7 @@ <bean id="jettyPort" class="org.apache.activemq.web.WebConsolePort" init-method="start"> <!-- the default port number for the web console --> - <property name="host" value="0.0.0.0"/> + <property name="host" value="127.0.0.1"/> <property name="port" value="8161"/> </bean>
