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

Method testBug53257c

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

Source from the content-addressed store, hash-verified

92 }
93
94 @Test
95 public void testBug53257c() throws Exception {
96 getTomcatInstanceTestWebapp(false, true);
97
98 // foo#bar.jsp
99 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug53257/foo%23bar.jsp");
100
101 // Check request completed
102 String result = res.toString();
103 assertEcho(result, "OK");
104 }
105
106 @Test
107 public void testBug53257d() 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