Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9 does not allow version 0 cookies?

FYI - spoke with Jesse on IRC about this and filed a bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=414898

Not sure about the severity, but it seems somewhat significant since it is an apparent failure to implement the servlet specification.

Regards,
matthew


From: jetty-users-bounces@xxxxxxxxxxx [jetty-users-bounces@xxxxxxxxxxx] on behalf of Giannini, Matthew [mgiannini@xxxxxxxxxxx]
Sent: Monday, August 12, 2013 1:27 PM
To: jetty-users@xxxxxxxxxxx
Subject: [jetty-users] Jetty 9 does not allow version 0 cookies?

It appears that even if we explicitly set the version of the Cookie to zero (0), the cookie’s value is still encoded with version 1 (rfc 2109) semantics. I do not see any option in the Jetty code that allows for version 0 support. Has anybody else run into this problem? Could one of the developers shed some light on this? Is it a bug, or is there some other way we can enable version 0 cookies?

 

Thanks and Regards,

matthew


Back to the top