()
| 81 | } |
| 82 | |
| 83 | @Test |
| 84 | public void testBug53257b() throws Exception { |
| 85 | getTomcatInstanceTestWebapp(false, true); |
| 86 | |
| 87 | ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo&bar.jsp"); |
| 88 | |
| 89 | // Check request completed |
| 90 | String result = res.toString(); |
| 91 | assertEcho(result, "OK"); |
| 92 | } |
| 93 | |
| 94 | @Test |
| 95 | public void testBug53257c() throws Exception { |
nothing calls this directly
no test coverage detected