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

Method testBug53257a

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

Source from the content-addressed store, hash-verified

69 }
70
71 @Test
72 public void testBug53257a() throws Exception {
73 getTomcatInstanceTestWebapp(false, true);
74
75 // foo;bar.jsp
76 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo%3bbar.jsp");
77
78 // Check request completed
79 String result = res.toString();
80 assertEcho(result, "OK");
81 }
82
83 @Test
84 public void testBug53257b() 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