Generated by
JDiff

Class org.springframework.web.util.CookieGenerator

Added Methods
boolean isCookieHttpOnly() Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
void setCookieHttpOnly(boolean) Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
 

Changed Methods
void setCookieDomain(String) Documentation changed from old to new.
Use the given domain for cookies created by this generator.
void setCookieMaxAge(Integer) Documentation changed from old to new.
Use the given maximum age (in seconds) for cookies created by this generator.
void setCookieName(String) Documentation changed from old to new.
Use the given name for cookies created by this generator.
void setCookiePath(String) Documentation changed from old to new.
Use the given path for cookies created by this generator.
void setCookieSecure(boolean) Documentation changed from old to new.
Set whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).