Will Tomcat attempt to create an upload target used by this web application if it does not exist when the web application attempts to use it? @return true if Tomcat will attempt to create an upload target otherwise false
()
| 1875 | * @return {@code true} if Tomcat will attempt to create an upload target otherwise {@code false} |
| 1876 | */ |
| 1877 | boolean getCreateUploadTargets(); |
| 1878 | |
| 1879 | |
| 1880 | /** |
no outgoing calls
no test coverage detected