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

Method getPathInfo

java/org/apache/catalina/connector/Request.java:2149–2152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2147
2148
2149 @Override
2150 public String getPathInfo() {
2151 return mappingData.pathInfo.toStringType();
2152 }
2153
2154
2155 @Override

Callers 3

dispatchMethod · 0.95
getRequestDispatcherMethod · 0.95
getPathTranslatedMethod · 0.95

Calls 1

toStringTypeMethod · 0.80

Tested by

no test coverage detected