()
| 116 | } |
| 117 | |
| 118 | @Test |
| 119 | public void testBug53257e() throws Exception { |
| 120 | getTomcatInstanceTestWebapp(false, true); |
| 121 | |
| 122 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo+bar.jsp"); |
| 123 | |
| 124 | // Check request completed |
| 125 | String result = res.toString(); |
| 126 | assertEcho(result, "OK"); |
| 127 | } |
| 128 | |
| 129 | @Test |
| 130 | public void testBug53257f() throws Exception { |
nothing calls this directly
no test coverage detected