MCPcopy Create free account
hub / github.com/apache/httpd / test_core_001_04

Method test_core_001_04

test/modules/core/test_001_encoding.py:74–80  ·  view source on GitHub ↗
(self, env, path, status, lognos: Optional[List[str]])

Source from the content-addressed store, hash-verified

72 ["/cgi-bin/%25%32%65%25%32%65/%25%32%65%25%32%65/h2_env.py", 404, ["AH01264"]],
73 ])
74 def test_core_001_04(self, env, path, status, lognos: Optional[List[str]]):
75 url = env.mkurl("https", "test1", path)
76 r = env.curl_get(url)
77 assert r.response["status"] == status
78 #
79 if lognos is not None:
80 env.httpd_error_log.ignore_recent(lognos = lognos)
81
82 # check handling of %2f url encodings that are not decoded by default
83 @pytest.mark.parametrize(["host", "path", "status"], [

Callers

nothing calls this directly

Calls 3

mkurlMethod · 0.80
curl_getMethod · 0.80
ignore_recentMethod · 0.80

Tested by

no test coverage detected