You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2016/07/20 13:47:12 UTC

[trafficserver] branch master updated (6529034 -> 880127b)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  6529034   Merge pull request #813 from zwoop/TS-4652
      adds  65972a1   TS-4653: esi plugin - disable HTTP_COOKIE variable by default and implement a whitelist mechanism to allow the specified cookies for it Original code and idea contributed by Chris Rohlf
       new  880127b   Merge pull request #798 from shukitchan/esicookiepatch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/admin-guide/plugins/esi.en.rst              | 29 ++++++++++---
 plugins/experimental/esi/esi.cc                 |  7 ++--
 plugins/experimental/esi/lib/Utils.cc           |  6 ++-
 plugins/experimental/esi/lib/Utils.h            |  4 +-
 plugins/experimental/esi/lib/Variables.cc       | 30 +++++++++----
 plugins/experimental/esi/lib/Variables.h        | 15 ++++---
 plugins/experimental/esi/test/processor_test.cc |  3 +-
 plugins/experimental/esi/test/utils_test.cc     | 14 +++++++
 plugins/experimental/esi/test/vars_test.cc      | 56 ++++++++++++++++++++++---
 9 files changed, 136 insertions(+), 28 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: Merge pull request #798 from shukitchan/esicookiepatch

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 880127b91802cd74cd66b8303802a44091e98d87
Merge: 6529034 65972a1
Author: Kit Chan <ki...@apache.org>
AuthorDate: Wed Jul 20 06:47:04 2016 -0700

    Merge pull request #798 from shukitchan/esicookiepatch
    
    TS-4653: esi plugin - disable HTTP_COOKIE variable by default and imp\u2026

 doc/admin-guide/plugins/esi.en.rst              | 29 ++++++++++---
 plugins/experimental/esi/esi.cc                 |  7 ++--
 plugins/experimental/esi/lib/Utils.cc           |  6 ++-
 plugins/experimental/esi/lib/Utils.h            |  4 +-
 plugins/experimental/esi/lib/Variables.cc       | 30 +++++++++----
 plugins/experimental/esi/lib/Variables.h        | 15 ++++---
 plugins/experimental/esi/test/processor_test.cc |  3 +-
 plugins/experimental/esi/test/utils_test.cc     | 14 +++++++
 plugins/experimental/esi/test/vars_test.cc      | 56 ++++++++++++++++++++++---
 9 files changed, 136 insertions(+), 28 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.