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

Method doGet

java/org/apache/catalina/servlets/DefaultServlet.java:551–558  ·  view source on GitHub ↗
(HttpServletRequest request, HttpServletResponse response)

Source from the content-addressed store, hash-verified

549
550
551 @Override
552 protected void doGet(HttpServletRequest request, HttpServletResponse response)
553 throws IOException, ServletException {
554
555 // Serve the requested resource, including the data content
556 serveResource(request, response, true, fileEncoding);
557
558 }
559
560
561 @Override

Callers 2

serviceMethod · 0.95
doPostMethod · 0.95

Calls 1

serveResourceMethod · 0.95

Tested by

no test coverage detected