Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getRequestPathMB
Method
getRequestPathMB
java/org/apache/catalina/connector/Request.java:2193–2195 ·
view source on GitHub ↗
Get the request path. @return the request path
()
Source
from the content-addressed store, hash-verified
2191
* @
return
the request path
2192
*/
2193
public
MessageBytes getRequestPathMB() {
2194
return
mappingData.requestPath;
2195
}
2196
2197
2198
@Override
Callers
8
findSecurityConstraints
Method · 0.45
invoke
Method · 0.45
invoke
Method · 0.45
resolve
Method · 0.45
invoke
Method · 0.45
invoke
Method · 0.45
invoke
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected