Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getRequestURI
Method
getRequestURI
java/org/apache/catalina/connector/Request.java:2204–2207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2202
2203
2204
@Override
2205
public
String getRequestURI() {
2206
return
coyoteRequest.requestURI().toStringType();
2207
}
2208
2209
2210
@Override
Callers
4
runValve
Method · 0.95
dispatch
Method · 0.95
logDebug
Method · 0.95
getContextPath
Method · 0.95
Calls
2
toStringType
Method · 0.80
requestURI
Method · 0.80
Tested by
1
runValve
Method · 0.76