Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Client cookie properties are missing

Hi,

On Thu, Sep 19, 2019 at 3:53 AM John Jiang <john.sha.jiang@xxxxxxxxx> wrote:
>
> Anyway, I just filed issue: https://github.com/eclipse/jetty.project/issues/4102

FTR, newer Jetty versions use RFC 6265 for Cookies, which does not
support attributes in the Cookie header.
You can configure the cookie compliance if you really need attributes,
but it's probably best to not send them.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top