simple URI rewrite rules config for webserver
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 15 Jun 2013 21:58:12 +0000 (23:58 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 20 Jun 2013 08:53:58 +0000 (10:53 +0200)
commit7ea27d2a6d10ee41f8fca5d8ad7373c8b3d90ea9
tree13603db5391c0f85b0d247b02092391e4b56b76b
parent0aec7d5c2f6fd55301bd1e1ed35ab7a23fd2357e
simple URI rewrite rules config for webserver

we have a test which required traditionally lighttpd to be executed
as it requires a webserver supporting some kind of URI rewriting.
Now with some lines of code our own webserver can do this and the
testcase can be enabled by default. This test hinted at the bug fixed
in the previous commit, so having more tests which can easily be run
is a good thing.

Git-Dch: Ignore
test/integration/skip-bug-602412-dequote-redirect [deleted file]
test/integration/test-bug-602412-dequote-redirect [new file with mode: 0755]
test/interactive-helper/aptwebserver.cc