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

Method getDispatchersUseEncodedPaths

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

Are paths used in calls to obtain a request dispatcher expected to be encoded? This applies to both how Tomcat handles calls to obtain a request dispatcher as well as how Tomcat generates paths used to obtain request dispatchers internally. @return true if encoded paths will be used, otherw

()

Source from the content-addressed store, hash-verified

1800 * @return {@code true} if encoded paths will be used, otherwise {@code false}
1801 */
1802 boolean getDispatchersUseEncodedPaths();
1803
1804 /**
1805 * Set the default request body encoding for this web application.

Callers 4

dispatchMethod · 0.95
getRequestDispatcherMethod · 0.95
getRequestDispatcherMethod · 0.65
getRequestDispatcherMethod · 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

no test coverage detected