KNOX-1399 - Duplicate configuration for gateway.dispatch.whitelist in gateway-site.xml OOTB
diff --git a/CHANGES b/CHANGES
index baba48e..93d39a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -102,7 +102,10 @@
     [KNOX-1153] - Service-level overrides for HA provider configuration in generated topologies, and alternate provide config formats.
 
 ** Bug
+    [KNOX-1399] - Duplicate configuration for gateway.dispatch.whitelist in gateway-site.xml OOTB
     [KNOX-1398] - WebHDFS and WebHBase APIs listed incorrectly as services that need whitelist enforcement
+	[KNOX-1397] - Admin UI Topologies List needs to Refresh on New or Deleted Topologies
+	[KNOX-1396] - Admin UI Provider Config wizard URL validation requires a port
     [KNOX-1360] - Fix ambari broken images (Aleksandr Kovalenko via Sandeep More)
     [KNOX-1358] - Create new version definition for SHS (Marco Gaido via lmccay)
     [KNOX-1345] - Fix javadoc errors
diff --git a/gateway-release/home/conf/gateway-site.xml b/gateway-release/home/conf/gateway-site.xml
index 906cd9a..a8dd91f 100644
--- a/gateway-release/home/conf/gateway-site.xml
+++ b/gateway-release/home/conf/gateway-site.xml
@@ -133,14 +133,6 @@
         <value>DATANODE,HBASEUI,HDFSUI,JOBHISTORYUI,NODEUI,YARNUI</value>
         <description>The comma-delimited list of service roles for which the gateway.dispatch.whitelist should be applied.</description>
     </property>
-
-    <property>
-        <name>gateway.dispatch.whitelist</name>
-        <value>DEFAULT</value>
-        <description>The whitelist to be applied for dispatches associated with the service roles specified by gateway.dispatch.whitelist.services.
-        If the value is DEFAULT, a domain-based whitelist will be derived from the Knox host.</description>
-    </property>
-
     <property>
         <name>gateway.dispatch.whitelist</name>
         <value>^https?:\/\/(localhost|127\.0\.0\.1|0:0:0:0:0:0:0:1|::1):[0-9].*$</value>