Repository: trafficserver Updated Branches: refs/heads/master dec4fdb96 -> 0592c97bf
TS-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/0592c97b Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0592c97b Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0592c97b Branch: refs/heads/master Commit: 0592c97bf04f14c0195ba6c74a172f9f7398bb60 Parents: dec4fdb Author: James Peach <[email protected]> Authored: Thu Mar 27 09:26:25 2014 -0700 Committer: James Peach <[email protected]> Committed: Thu Mar 27 09:26:25 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/0592c97b/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 43a86d1..f0e000d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.0.0 + *) [TS-2671] Restore missing .useflt remap directive. + *) [TS-2654] Crash in Range requests with read-while-writer. *) [TS-2665] Clean up ink_stack_trace_dump code http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0592c97b/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},
