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

Method getSwallowAbortedUploads

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

Returns true if remaining request data will be read (swallowed) even the request violates a data size constraint. @return true if data will be swallowed (default), false otherwise.

()

Source from the content-addressed store, hash-verified

602 * @return <code>true</code> if data will be swallowed (default), <code>false</code> otherwise.
603 */
604 boolean getSwallowAbortedUploads();
605
606
607 /**

Callers 1

checkSwallowInputMethod · 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