()
| 127 | } |
| 128 | |
| 129 | @Test |
| 130 | public void testBug53257f() throws Exception { |
| 131 | getTomcatInstanceTestWebapp(false, true); |
| 132 | |
| 133 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo%20bar.jsp"); |
| 134 | |
| 135 | // Check request completed |
| 136 | String result = res.toString(); |
| 137 | assertEcho(result, "OK"); |
| 138 | } |
| 139 | |
| 140 | @Test |
| 141 | public void testBug53257g() throws Exception { |
nothing calls this directly
no test coverage detected