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

trafficserver pull request: BUG: Use of the PATH or QUERY conditionals in h...

GitHub user jkew opened a pull request:

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

    BUG: Use of the PATH or QUERY conditionals in header_rewrite requires the remap api.

    BUG: Use of the PATH or QUERY conditionals in header_rewrite requires the remap api.
         requires the remap api. If these are configured using the
         InkAPI an null pointer will be dereferenced. There may be
         a better way to check this as the Conditions are initialized
         in the factory with some refactoring. Currently if Resources
         is missing this field the conditional will be false and we
         log a debug message.

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

    $ git pull https://github.com/jkew/trafficserver check-for-rri

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

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

----
commit dfc9118dd85b86d79aa8b5ff5cdaec46d23b1181
Author: John Kew <jk...@util15.sea1.socrata.com>
Date:   2013-02-08T03:13:48Z

    BUG: Use of the PATH or QUERY conditionals in header_rewrite
         requires the remap api. If these are configured using the
         InkAPI an null pointer will be dereferenced. There may be
         a better way to check this as the Conditions are initialized
         in the factory with some refactoring. Currently if Resources
         is missing this field the conditional will be false and we
         log a debug message.

----