Repository: trafficserver Updated Branches: refs/heads/master ca83b34cf -> 1122b611f
Specify that these are urlencoded, not escaped Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1122b611 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1122b611 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1122b611 Branch: refs/heads/master Commit: 1122b611f1d9bf84793444766e3d5e4bef477f3d Parents: ca83b34 Author: Thomas Jackson <[email protected]> Authored: Wed Apr 8 14:49:07 2015 -0700 Committer: Thomas Jackson <[email protected]> Committed: Wed Apr 8 14:49:07 2015 -0700 ---------------------------------------------------------------------- doc/admin/event-logging-formats.en.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1122b611/doc/admin/event-logging-formats.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/event-logging-formats.en.rst b/doc/admin/event-logging-formats.en.rst index 9f5bac8..c538fc7 100644 --- a/doc/admin/event-logging-formats.en.rst +++ b/doc/admin/event-logging-formats.en.rst @@ -44,7 +44,7 @@ The following list describes Traffic Server custom logging fields. ``Accept-Language:`` field in client request headers. .. note:: - ecqh is the escaped version of this map + ecqh is the urlencoded version of this map .. _pqh: @@ -54,7 +54,7 @@ The following list describes Traffic Server custom logging fields. the ``Authorization:`` field in proxy request headers. .. note:: - epqh is the escaped version of this map + epqh is the urlencoded version of this map .. _psh: @@ -64,7 +64,7 @@ The following list describes Traffic Server custom logging fields. ``Retry-After:`` field in proxy response headers. .. note:: - epsh is the escaped version of this map + epsh is the urlencoded version of this map .. _ssh: @@ -74,7 +74,7 @@ The following list describes Traffic Server custom logging fields. server response headers. .. note:: - essh is the escaped version of this map + essh is the urlencoded version of this map .. _cssh: @@ -84,7 +84,7 @@ The following list describes Traffic Server custom logging fields. the cached server response headers. .. note:: - ecssh is the escaped version of this map + ecssh is the urlencoded version of this map .. _caun:
