holgerfriedrich opened a new pull request, #2851: URL: https://github.com/apache/karaf/pull/2851
Cookie.setComment(String) and Cookie.setVersion(int) are deprecated for removal in Jakarta Servlet 6.1 and specified as no-ops: setComment is ignored and getComment() returns null, setVersion is ignored and getVersion() returns 0. See documentation https://jakarta.ee/specifications/servlet/6.1/apidocs/jakarta.servlet/jakarta/servlet/http/cookie > With the adoption of support for RFC 6265, this method should no longer be used. > > If called, this method has no effect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
