From: Stefan Eissing Date: Wed, 6 Oct 2021 19:02:38 +0000 (+0000) Subject: * additional encoding test X-Git-Tag: 2.5.0-alpha2-ci-test-only~770 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2174d5c07ead39145b6a1f524c831ccfd427af;p=thirdparty%2Fapache%2Fhttpd.git * additional encoding test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893944 13f79535-47bb-0310-9956-ffa450edef68 --- 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)