You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/06/11 07:01:36 UTC

[1/2] trafficserver git commit: TS-3466 Remove unused proxy.config.user_name config

Repository: trafficserver
Updated Branches:
  refs/heads/master f9ead0b0b -> 6c4d0d7e8


TS-3466 Remove unused proxy.config.user_name config


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

Branch: refs/heads/master
Commit: ed93b8d01f8f0201c28acd289ee6ad11a39bc007
Parents: f9ead0b
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Jun 9 11:58:19 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Jun 10 23:00:07 2015 -0600

----------------------------------------------------------------------
 lib/perl/lib/Apache/TS/AdminClient.pm | 1 -
 mgmt/RecordsConfig.cc                 | 2 --
 2 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ed93b8d0/lib/perl/lib/Apache/TS/AdminClient.pm
----------------------------------------------------------------------
diff --git a/lib/perl/lib/Apache/TS/AdminClient.pm b/lib/perl/lib/Apache/TS/AdminClient.pm
index 5653812..cfa824f 100644
--- a/lib/perl/lib/Apache/TS/AdminClient.pm
+++ b/lib/perl/lib/Apache/TS/AdminClient.pm
@@ -709,7 +709,6 @@ The Apache Traffic Server Administration Manual will explain what these strings
  proxy.config.url_remap.filename
  proxy.config.url_remap.pristine_host_hdr
  proxy.config.url_remap.remap_required
- proxy.config.user_name
  proxy.config.vmap.addr_file
  proxy.config.vmap.down_up_timeout
  proxy.config.vmap.enabled

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ed93b8d0/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 4ff9cec..b735721 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -127,8 +127,6 @@ static const RecordElement RecordsConfig[] =
   ,
   {RECT_CONFIG, "proxy.config.thread.default.stacksize", RECD_INT, "1048576", RECU_RESTART_TS, RR_NULL, RECC_INT, "[131072-104857600]", RECA_READ_ONLY}
   ,
-  {RECT_CONFIG, "proxy.config.user_name", RECD_STRING, "nobody", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
-  ,
   {RECT_CONFIG, "proxy.config.restart.active_client_threshold", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
 


[2/2] trafficserver git commit: Add TS-3466

Posted by zw...@apache.org.
Add TS-3466


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6c4d0d7e
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6c4d0d7e
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6c4d0d7e

Branch: refs/heads/master
Commit: 6c4d0d7e876c352099b067a05cbafa004acfaef1
Parents: ed93b8d
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Jun 10 23:00:54 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Jun 10 23:00:54 2015 -0600

----------------------------------------------------------------------
 CHANGES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6c4d0d7e/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index a3bb3b7..6ac5c76 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
 
+  *) [TS-3466] Remove unused proxy.config.user_name config.
+
   *) [TS-3524] Add a new log tag, %<cluc>, which is the cache lookup URL
    (cache key).