]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* additional encoding test
authorStefan Eissing <icing@apache.org>
Wed, 6 Oct 2021 19:02:38 +0000 (19:02 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 6 Oct 2021 19:02:38 +0000 (19:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893944 13f79535-47bb-0310-9956-ffa450edef68

test/modules/http2/htdocs/test2/x%2f.test [new file with mode: 0644]
test/modules/http2/test_203_encoding.py

diff --git a/test/modules/http2/htdocs/test2/x%2f.test b/test/modules/http2/htdocs/test2/x%2f.test
new file mode 100644 (file)
index 0000000..e69de29
index 5eadc30a74f85a78d37a2e9bf4a327d9b515bb90..97c12b7e07f5645fb43ebd7d0f47752fdb23dcd3 100644 (file)
@@ -70,6 +70,7 @@ class TestEncoding:
     @pytest.mark.parametrize(["host", "path", "status"], [
         ["test1", "/006%2f006.css", 404],
         ["test2", "/006%2f006.css", 200],
+        ["test2", "/x%252f.test", 200],
     ])
     def test_203_20(self, env, host, path, status):
         url = env.mkurl("https", host, path)