]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* another encoding test for a file with % in its name
authorStefan Eissing <icing@apache.org>
Wed, 6 Oct 2021 19:27:07 +0000 (19:27 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 6 Oct 2021 19:27:07 +0000 (19:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893946 13f79535-47bb-0310-9956-ffa450edef68

test/modules/http2/htdocs/test2/10%abnormal.txt [new file with mode: 0644]
test/modules/http2/test_203_encoding.py

diff --git a/test/modules/http2/htdocs/test2/10%abnormal.txt b/test/modules/http2/htdocs/test2/10%abnormal.txt
new file mode 100644 (file)
index 0000000..e69de29
index 97c12b7e07f5645fb43ebd7d0f47752fdb23dcd3..6a88a71d57ef4c8ad50e24dad3da2d0f1b2eb73c 100644 (file)
@@ -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)