(self, env, path)
| 36 | "/nothing/%2e/%2e%2e/006/006%2ecss", |
| 37 | ]) |
| 38 | def test_core_001_01(self, env, path): |
| 39 | url = env.mkurl("https", "test1", path) |
| 40 | r = env.curl_get(url) |
| 41 | assert r.response["status"] == 200 |
| 42 | |
| 43 | # check handling of / normalization |
| 44 | @pytest.mark.parametrize("path", [ |