Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | simple URI rewrite rules config for webserver | David Kalnischkies | |
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 | |||
2012-05-14 | adapt manual testcase to check redirects of dists/, too | David Kalnischkies | |
2011-05-10 | dequote URL taken from Location in redirects as we will otherwise | David Kalnischkies | |
quote an already quoted string in the request later (Closes: #602412) |