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
()
| 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. |
no outgoing calls
no test coverage detected