GitHub user calavera opened a pull request: https://github.com/apache/trafficserver/pull/618
[TS-4408] Make volume.config not order sensitive. I added a couple of additional checks: 1. Fail with a format error if there are duplicated tokens, for instance: volume=1 size=50% size=25% 2. Ignore everything else if there are other unknown tokens after parsing size and scheme: volume=1 size=50% scheme=https foo=bar Please, let me know if this is correct. Signed-off-by: David Calavera <david.calav...@gmail.com> You can merge this pull request into a Git repository by running: $ git pull https://github.com/calavera/trafficserver volume_tokens Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/618.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #618 ---- commit 4a0727ac0195f0a0e449de0e96bf3d1efdf26c19 Author: David Calavera <david.calav...@gmail.com> Date: 2016-05-05T22:09:20Z [TS-4408] Make volume.config not order sensitive. Signed-off-by: David Calavera <david.calav...@gmail.com> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---