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?

Jan - I updated the bug with a more in-depth explanation of our problem. I
have not been able to try on jetty-9 HEAD but based on a quick code review,
it looks like it will still cause problems for us since jetty-9 HEAD is
still not allowing the '%' character in cookie values.

Regards,
matthew

-----Original Message-----
From: jetty-users-bounces@xxxxxxxxxxx
[mailto:jetty-users-bounces@xxxxxxxxxxx] On Behalf Of Jan Bartel
Sent: Monday, August 12, 2013 7:56 PM
To: JETTY user mailing list
Subject: Re: [jetty-users] Jetty 9 does not allow version 0 cookies?

Matthew,

I replied to you on the bug. It would be good if you could attach to the bug
an example of a cookie value that you feel is incorrectly encoded in
jetty-9.0.4, and even better if you could try jetty-9 HEAD with that cookie
value and report the difference (if any).

regards
Jan

On 13 August 2013 04:16, Giannini, Matthew <mgiannini@xxxxxxxxxxx> wrote:
> 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
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top