(self, env, path)
| 51 | "/006/%2e%2e/006/006.css", |
| 52 | ]) |
| 53 | def test_core_001_03(self, env, path): |
| 54 | url = env.mkurl("https", "test1", path) |
| 55 | r = env.curl_get(url) |
| 56 | assert r.response["status"] == 200 |
| 57 | |
| 58 | # check path traversals |
| 59 | @pytest.mark.parametrize(["path", "status", "lognos"], [ |