Repository: knox Updated Branches: refs/heads/master 13a55e94e -> cb9911a25
KNOX-1434 - Disable strict transport for manager topology (Vipin Rathor via Sandeep More) Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/cb9911a2 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/cb9911a2 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/cb9911a2 Branch: refs/heads/master Commit: cb9911a25a2dae1abfd6c1e5a8ef0ee865afa4d9 Parents: 13a55e9 Author: Sandeep More <[email protected]> Authored: Tue Sep 18 13:58:47 2018 -0400 Committer: Sandeep More <[email protected]> Committed: Tue Sep 18 13:58:47 2018 -0400 ---------------------------------------------------------------------- gateway-release/home/conf/topologies/manager.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/cb9911a2/gateway-release/home/conf/topologies/manager.xml ---------------------------------------------------------------------- diff --git a/gateway-release/home/conf/topologies/manager.xml b/gateway-release/home/conf/topologies/manager.xml index 844d857..7e30841 100644 --- a/gateway-release/home/conf/topologies/manager.xml +++ b/gateway-release/home/conf/topologies/manager.xml @@ -44,7 +44,7 @@ </param> <param> <name>strict.transport.enabled</name> - <value>true</value> + <value>false</value> </param> </provider> <provider>
