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/01/12 16:48:22 UTC

[1/2] incubator-trafficcontrol git commit: fix any_map bug introduced in 1.8

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 89ef3e36b -> f2fe62a6d


fix any_map bug introduced in 1.8


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

Branch: refs/heads/master
Commit: 8c24181d2cd0284672379866ad771471505eba31
Parents: 89ef3e3
Author: Derek Gelinas <de...@cable.comcast.com>
Authored: Wed Jan 11 20:02:55 2017 -0500
Committer: Dave Neuman <ne...@apache.org>
Committed: Thu Jan 12 09:47:47 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/UI/ConfigFiles.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/8c24181d/traffic_ops/app/lib/UI/ConfigFiles.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/UI/ConfigFiles.pm b/traffic_ops/app/lib/UI/ConfigFiles.pm
index a1f147d..e10cceb 100644
--- a/traffic_ops/app/lib/UI/ConfigFiles.pm
+++ b/traffic_ops/app/lib/UI/ConfigFiles.pm
@@ -214,7 +214,7 @@ sub ds_data {
 		my $multi_site_origin           = $row->multi_site_origin;
 		my $multi_site_origin_algorithm = $row->multi_site_origin_algorithm;
 
-		if ( $re_type eq 'HOST_REGEXP' && $ds_type ne 'ANY_MAP' ) {
+		if ( $re_type eq 'HOST_REGEXP' ) {
 			my $host_re = $row->pattern;
 			my $map_to  = $org_server . "/";
 			if ( $host_re =~ /\.\*$/ ) {


[2/2] incubator-trafficcontrol git commit: This closes #183

Posted by ne...@apache.org.
This closes #183


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

Branch: refs/heads/master
Commit: f2fe62a6dc3527aff5ee7da87eecd3c61173a831
Parents: 8c24181
Author: Dave Neuman <ne...@apache.org>
Authored: Thu Jan 12 09:48:07 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Thu Jan 12 09:48:07 2017 -0700

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

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