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

Method getSendRedirectBody

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

Returns whether the context is configured to include a response body as part of a redirect response. @return true if the context is configured to include a response body as part of a redirect response

()

Source from the content-addressed store, hash-verified

1539 * @return {@code true} if the context is configured to include a response body as part of a redirect response
1540 */
1541 boolean getSendRedirectBody();
1542
1543 /**
1544 * Returns the Loader with which this Context is associated.

Callers 1

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