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)

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


Back to the top