From 5b2174d5c07ead39145b6a1f524c831ccfd427af Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 6 Oct 2021 19:02:38 +0000 Subject: [PATCH] * additional encoding test 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 | 0 test/modules/http2/test_203_encoding.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 test/modules/http2/htdocs/test2/x%2f.test diff --git a/test/modules/http2/htdocs/test2/x%2f.test b/test/modules/http2/htdocs/test2/x%2f.test 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 5eadc30a74f..97c12b7e07f 100644 --- a/test/modules/http2/test_203_encoding.py +++ b/test/modules/http2/test_203_encoding.py @@ -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) -- 2.47.3