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

Method getCreateUploadTargets

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

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

()

Source from the content-addressed store, hash-verified

1875 * @return {@code true} if Tomcat will attempt to create an upload target otherwise {@code false}
1876 */
1877 boolean getCreateUploadTargets();
1878
1879
1880 /**

Callers 1

parsePartsMethod · 0.95

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