MCPcopy Create free account
hub / github.com/apache/tomcat / testBug53257d

Method testBug53257d

test/org/apache/jasper/compiler/TestCompiler.java:106–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 @Test
107 public void testBug53257d() throws Exception {
108 getTomcatInstanceTestWebapp(false, true);
109
110 // foo%bar.jsp
111 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo%25bar.jsp");
112
113 // Check request completed
114 String result = res.toString();
115 assertEcho(result, "OK");
116 }
117
118 @Test
119 public void testBug53257e() throws Exception {

Callers

nothing calls this directly

Calls 5

toStringMethod · 0.95
assertEchoMethod · 0.95
getUrlMethod · 0.65
getPortMethod · 0.65

Tested by

no test coverage detected