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

Method setValue

java/jakarta/servlet/http/Cookie.java:289–291  ·  view source on GitHub ↗

Assigns a new value to a cookie after the cookie is created. If you use a binary value, you may want to use BASE64 encoding. With Version 0 cookies, values should not contain white space, brackets, parentheses, equals signs, commas, double quotes, slashes, question marks, at signs, colons, and s

(String newValue)

Source from the content-addressed store, hash-verified

287 * @see Cookie
288 */
289 public void setValue(String newValue) {
290 value = newValue;
291 }
292
293
294 /**

Callers 3

invokeMethod · 0.95
invokeMethod · 0.95
convertCookiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected