Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dispatch
Method · 0.95
getRequestDispatcher
Method · 0.95
getPathTranslated
Method · 0.95
Calls
1
toStringType
Method · 0.80
Tested by
no test coverage detected