Repository: trafficserver Updated Branches: refs/heads/4.2.x 2374ac9fd -> 0add23273
S-2671: restore missing .useflt remap directive Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0add2327 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0add2327 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0add2327 Branch: refs/heads/4.2.x Commit: 0add23273b62f953e5b7a286350444404f8e380d Parents: 2374ac9 Author: James Peach <[email protected]> Authored: Thu Mar 27 09:26:25 2014 -0700 Committer: James Peach <[email protected]> Committed: Thu Mar 27 09:32:00 2014 -0700 ---------------------------------------------------------------------- CHANGES | 2 ++ proxy/http/remap/RemapConfig.cc | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0add2327/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index c41ad6e..3e28682 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 4.2.1 + *) [TS-2671] Restore missing .useflt remap directive. + *) [TS-2564] Revert field token ordering. Changes with Apache Traffic Server 4.2.0 http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0add2327/proxy/http/remap/RemapConfig.cc ---------------------------------------------------------------------- diff --git a/proxy/http/remap/RemapConfig.cc b/proxy/http/remap/RemapConfig.cc index c138557..90d8de3 100644 --- a/proxy/http/remap/RemapConfig.cc +++ b/proxy/http/remap/RemapConfig.cc @@ -301,6 +301,7 @@ static const remap_directive directives[] = { { ".usefilter", parse_activate_directive}, { ".activefilter", parse_activate_directive}, { ".activatefilter", parse_activate_directive}, + { ".useflt", parse_activate_directive}, { ".unusefilter", parse_deactivate_directive}, { ".deactivatefilter", parse_deactivate_directive},
