From 8229145644ed21ae5ea286a8a0f4c71dcb0fb678 Mon Sep 17 00:00:00 2001
From: Mark Thomas false
.
Controls whether paths used in calls to obtain a request dispatcher
+ ares expected to be encoded. This affects both how Tomcat handles calls
+ to obtain a request dispatcher as well as how Tomcat generates paths
+ used to obtain request dispatchers internally. If not specified, the
+ default value of true
is used. When encoding/decoding paths
+ for a request dispatcher, UTF-8 is always used.
The Document Base (also known as the Context Root) directory for this web application, or the pathname @@ -400,15 +409,6 @@ sufficient.
Controls whether paths used in calls to obtain a request dispatcher
- ares expected to be encoded. This affects both how Tomcat handles calls
- to obtain a request dispatcher as well as how Tomcat generates paths
- used to obtain request dispatchers internally. If not specified, the
- default value of true
is used. When encoding/decoding paths
- for a request dispatcher, UTF-8 is always used.
Set to true
to have the context fail its startup if any
servlet that has load-on-startup >=0 fails its own startup.