You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/04/05 18:36:57 UTC

[1/2] incubator-trafficcontrol git commit: [TC-202] Fix for 401s caused by URL/credential changes not being applied when new config is being processed.

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 9355b4417 -> 760b67a99


[TC-202] Fix for 401s caused by URL/credential changes not being applied when new config is being processed.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/85813cc6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/85813cc6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/85813cc6

Branch: refs/heads/master
Commit: 85813cc6d44c7d203118ba66e39d3edadca66883
Parents: 9355b44
Author: Jeff Elsloo <je...@cable.comcast.com>
Authored: Wed Mar 22 15:11:44 2017 -0600
Committer: Dave Neuman <ne...@apache.org>
Committed: Wed Apr 5 12:37:13 2017 -0600

----------------------------------------------------------------------
 .../traffic_control/traffic_router/core/dns/SignatureManager.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/85813cc6/traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/dns/SignatureManager.java
----------------------------------------------------------------------
diff --git a/traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/dns/SignatureManager.java b/traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/dns/SignatureManager.java
index f5b60f9..2681960 100644
--- a/traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/dns/SignatureManager.java
+++ b/traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/dns/SignatureManager.java
@@ -53,7 +53,7 @@ public final class SignatureManager {
 	private boolean dnssecEnabled = false;
 	private boolean expiredKeyAllowed = true;
 	private Map<String, List<DnsSecKeyPair>> keyMap;
-	private static ProtectedFetcher fetcher = null;
+	private ProtectedFetcher fetcher = null;
 	private ZoneManager zoneManager;
 	private boolean useJDnsSec = true;
 	private final TrafficRouterManager trafficRouterManager;


[2/2] incubator-trafficcontrol git commit: This Closes #404

Posted by ne...@apache.org.
This Closes #404


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/760b67a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/760b67a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/760b67a9

Branch: refs/heads/master
Commit: 760b67a999539a1cdf54d1f094cce2df7c641b8f
Parents: 85813cc
Author: Dave Neuman <ne...@apache.org>
Authored: Wed Apr 5 12:37:22 2017 -0600
Committer: Dave Neuman <ne...@apache.org>
Committed: Wed Apr 5 12:37:22 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------