Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Configuring option 2 of RFC 7230 paragraph 5 (HTTP header folding)

Jetty 9.2.x is EOL (End of Life).

Please us a supported and stable version of Jetty.

9.4.12.v20180830 was released not that long ago.

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Mon, Oct 15, 2018 at 4:22 AM Lothar Kimmeringer <job@xxxxxxxxxxxxxx> wrote:
Hi,

sorry for "reopening" a mail this old.

Am 15.02.2017 um 19:21 schrieb Joakim Erdfelt:
> Have you tried the HttpCompliance.RFC2616 mode in Jetty?
>
> https://github.com/eclipse/jetty.project/blob/jetty-9.3.16.v20170120/jetty-server/src/main/config/etc/jetty-http.xml#L32
>
> Set the property `jetty.http.compliance=RFC2616` and try again.

Is this still a feature in Jetty? I downloaded Jetty 9.2.26 and ran into
a compilation error at the line that sets the compliance:

factory.setHttpCompliance(HttpCompliance.RFC2616)

The method and the class that is passed to it aren't part of Jetty
anymore.

https://github.com/eclipse/jetty.project/issues/1333
is still open, so does that mean, that folded http-request-headers will
now lead to 400-errors leading to interop failures without the ability
to solve that problem by configuration?


Thanks and best regards,

Lothar Kimmeringer
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Back to the top