GitHub user wkl opened a pull request: https://github.com/apache/trafficserver/pull/9
TS-1827 TS-1827 minor improvement of combo_handler plugin [https://issues.apache.org/jira/browse/TS-1827] You can merge this pull request into a Git repository by running: $ git pull https://github.com/wkl/trafficserver TS-1827 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/9.patch ---- commit 82bc212548a17432befe50509d38443ab5e02710 Author: Conan Wang <conanm...@gmail.com> Date: 2013-05-05T07:23:33Z TS-1827 use HOST as default bucket, not first segment Original code use the first segment of HOST as the default bucket and it's not that expandable (two different combo domain may have same leading segment). Moreover, the initial default bucket("l") will not be used, because all requests should have a HOST. commit 016e1239c63b913c7f205397525c886d75a17060 Author: Conan Wang <conanm...@gmail.com> Date: 2013-05-05T08:19:46Z TS-1827 allow sub-file's path to contain querystring i.e. question mark("?") is part of the file path, not the delimiter commit 72d06074182349093c5032ef41e55e0c8409307c Author: Conan Wang <conanm...@gmail.com> Date: 2013-05-05T08:28:19Z TS-1827 request hangs when combo url has no querystring commit c006cb230b505186b143d940aef7b49807fd4676 Author: Conan Wang <conanm...@gmail.com> Date: 2013-05-05T09:33:40Z TS-1827 limit sub-file's max count and querystring's length for potential problems commit 20a555c5258f4727069457a0c9467478474bd85c Author: Conan Wang <conanm...@gmail.com> Date: 2013-05-05T13:24:44Z TS-1827 make plugin per-remap enabled/disabled add remap code and make global part "intercepted" in TS_EVENT_HTTP_OS_DNS instead of TS_EVENT_HTTP_READ_REQUEST_HDR in order to read the flag set in TSRemapDoRemap. commit fcb979568b11881455a35dd11d501d8a6df9cc20 Author: Conan Wang <conanm...@gmail.com> Date: 2013-05-07T19:10:57Z TS-1827 update combo README ----