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

Method getRealPath

java/org/apache/catalina/Context.java:1363–1363  ·  view source on GitHub ↗

Returns the real path for a given virtual path. @param path The path to the desired resource @return the real path for a given virtual path, if possible; otherwise return null

(String path)

Source from the content-addressed store, hash-verified

1361 * @return the real path for a given virtual path, if possible; otherwise return <code>null</code>
1362 */
1363 String getRealPath(String path);
1364
1365
1366 /**

Callers 14

testBug56085Method · 0.65
doTestBug57556Method · 0.65
getRealPathMethod · 0.65
JspRuntimeContextMethod · 0.65
serviceMethod · 0.65
resolveMethod · 0.65
getRealPathMethod · 0.65
getRealPathMethod · 0.65
getRealPathMethod · 0.65
getPathTranslatedMethod · 0.65
getPathTranslatedMethod · 0.65
getCGIVariableMethod · 0.65

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 2

testBug56085Method · 0.52
doTestBug57556Method · 0.52