()
| 138 | } |
| 139 | |
| 140 | @Test |
| 141 | public void testBug53257g() throws Exception { |
| 142 | getTomcatInstanceTestWebapp(false, true); |
| 143 | |
| 144 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo%20bar/foobar.jsp"); |
| 145 | |
| 146 | // Check request completed |
| 147 | String result = res.toString(); |
| 148 | assertEcho(result, "OK"); |
| 149 | } |
| 150 | |
| 151 | @Test |
| 152 | public void testBug53257z() throws Exception { |
nothing calls this directly
no test coverage detected