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

Method getServerCookies

java/org/apache/catalina/connector/Request.java:2083–2086  ·  view source on GitHub ↗

Return the server representation of the cookies associated with this request. Triggers parsing of the Cookie HTTP headers (but not conversion to Cookie objects) if the headers have not yet been parsed. @return the server cookies

()

Source from the content-addressed store, hash-verified

2081 * @return the server cookies
2082 */
2083 public ServerCookies getServerCookies() {
2084 parseCookies();
2085 return coyoteRequest.getCookies();
2086 }
2087
2088
2089 @Override

Callers 1

parseSessionCookiesIdMethod · 0.80

Calls 2

parseCookiesMethod · 0.95
getCookiesMethod · 0.65

Tested by

no test coverage detected