You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/10/06 19:27:07 UTC

svn commit: r1893946 - in /httpd/httpd/trunk/test/modules/http2: htdocs/test2/10%abnormal.txt test_203_encoding.py

Author: icing
Date: Wed Oct  6 19:27:07 2021
New Revision: 1893946

URL: http://svn.apache.org/viewvc?rev=1893946&view=rev
Log:
 * another encoding test for a file with % in its name

Added:
    httpd/httpd/trunk/test/modules/http2/htdocs/test2/10%abnormal.txt
Modified:
    httpd/httpd/trunk/test/modules/http2/test_203_encoding.py

Added: httpd/httpd/trunk/test/modules/http2/htdocs/test2/10%abnormal.txt
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/modules/http2/htdocs/test2/10%25abnormal.txt?rev=1893946&view=auto
==============================================================================
    (empty)

Modified: httpd/httpd/trunk/test/modules/http2/test_203_encoding.py
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/modules/http2/test_203_encoding.py?rev=1893946&r1=1893945&r2=1893946&view=diff
==============================================================================
--- httpd/httpd/trunk/test/modules/http2/test_203_encoding.py (original)
+++ httpd/httpd/trunk/test/modules/http2/test_203_encoding.py Wed Oct  6 19:27:07 2021
@@ -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)