On 3/16/13 6:36 AM, Jan-Frode Myklebust wrote:
> On Fri, Mar 15, 2013 at 05:16:30PM -0400, Mark Harrison wrote:
>> You can use the header_filter plugin to filter out cookies:
>> http://trafficserver.apache.org/docs/trunk/admin/plugins/header_filter/index.en.html
> I now tried this, but don't see how I can filter out individual cookies.
>
> If I use the filter:
>
> [READ_REQUEST_HDR]
> Cookie /__utm.=/
>
> it seems to filter out *all* cookies when I have a cookie that matches
> the filter. Is there something I'm missing, or is the supposed to be
> an all or nothing solution?
>
Yeah, it's not smart enough to filter out within the header, so the entire
header line that matches that string is nuked.
-- Leif
|