From: Stefan Eissing Date: Wed, 6 Oct 2021 19:27:07 +0000 (+0000) Subject: * another encoding test for a file with % in its name X-Git-Tag: 2.5.0-alpha2-ci-test-only~769 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c7dc7f09767e578a832d2768805fad0aca4731;p=thirdparty%2Fapache%2Fhttpd.git * another encoding test for a file with % in its name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893946 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/modules/http2/htdocs/test2/10%abnormal.txt b/test/modules/http2/htdocs/test2/10%abnormal.txt new file mode 100644 index 00000000000..e69de29bb2d diff --git a/test/modules/http2/test_203_encoding.py b/test/modules/http2/test_203_encoding.py index 97c12b7e07f..6a88a71d57e 100644 --- a/test/modules/http2/test_203_encoding.py +++ b/test/modules/http2/test_203_encoding.py @@ -71,6 +71,7 @@ class TestEncoding: ["test1", "/006%2f006.css", 404], ["test2", "/006%2f006.css", 200], ["test2", "/x%252f.test", 200], + ["test2", "/10%25abnormal.txt", 200], ]) def test_203_20(self, env, host, path, status): url = env.mkurl("https", host, path)