Test Apache redirect rules.
Go to file
Doug Hellmann 307e7f0d70 accept the first match as the result
Rather than reporting multiple matches, stop evaluating rules when we
get the first match. This will still report redirect failures, and
avoids a false-negative when a more specific rule appears before a
more general rule and the more specific rule is valid.

Change-Id: Ie909301a367659a0ce199000342bcdc9422ce801
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-08-25 17:03:22 -04:00
doc/source update documentation 2017-08-23 15:27:40 -04:00
releasenotes Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
whereto accept the first match as the result 2017-08-25 17:03:22 -04:00
.coveragerc Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.gitignore Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.gitreview Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.mailmap Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.testr.conf Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
babel.cfg Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
HACKING.rst Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
LICENSE Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
README.rst update documentation URL 2017-08-23 15:39:43 -04:00
requirements.txt Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
setup.cfg stub in command line app 2017-08-23 11:57:46 -04:00
setup.py Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
test-requirements.txt update documentation 2017-08-23 15:27:40 -04:00
tox.ini fix default tox environments 2017-08-25 16:39:37 -04:00

whereto

Test Apache redirect rules.

whereto is an app for testing redirect rules like what may appear in a .htaccess file for Apache. It provides a way to test those rules in CI jobs.