You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by SaveTheRbtz <gi...@git.apache.org> on 2013/12/04 05:43:25 UTC

trafficserver pull request: header_rewrite: remove RemapAPI-only restrictio...

GitHub user SaveTheRbtz opened a pull request:

    https://github.com/apache/trafficserver/pull/20

    header_rewrite: remove RemapAPI-only restriction for PATH conditions

    Segfault in PATH condition was already fixed in 236c52cf:
        "TS-2316: header_rewrite: fixed segfaults in ConditionPath::append_value()"
    
    Submitted by: Alexey Ivanov <ai...@linkedin.com>
    Sponsored by: LinkedIn

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SaveTheRbtz/trafficserver master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/20.patch

----
commit 6f6f05c5e826005cbd619d989746ebd27ebd19d9
Author: Alexey Ivanov <ai...@linkedin.com>
Date:   2013-12-04T03:28:51Z

    header_rewrite: remove RemapAPI-only restriction for PATH conditions
    
    Segfault in PATH condition was already fixed in 236c52cf:
        "TS-2316: header_rewrite: fixed segfaults in ConditionPath::append_value()"
    
    Submitted by: Alexey Ivanov <ai...@linkedin.com>
    Sponsored by: LinkedIn

----