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

Method getCookieProcessor

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

Returns the CookieProcessor that will be used to process cookies for this Context. @return the CookieProcessor that will be used to process cookies for this Context

()

Source from the content-addressed store, hash-verified

1701 * @return the {@link CookieProcessor} that will be used to process cookies for this Context
1702 */
1703 CookieProcessor getCookieProcessor();
1704
1705 /**
1706 * When a client provides the ID for a new session, should that ID be validated? The only use case for using a

Callers 4

getCookieProcessorMethod · 0.95
generateCookieStringMethod · 0.95
addCookieMethod · 0.65
storeChildrenMethod · 0.65

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