Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9.4.21 regression in Listener calls made

John,

On Wed, Oct 2, 2019 at 12:52 AM John Gardiner Myers
<jgmyers@xxxxxxxxxxxxxx> wrote:
>
> After upgrading from Jetty 9.4.20 to 9.4.21, one of my regression tests
> is failing.
>
> I have tracked this down to a test where I create an embedded Jetty
> server and client, enabling h2c on both (HTTPS is not configured), and
> doing a simple GET request, with no body, from the client to the server.
> The org.eclipse.jetty.server.HttpChannel.Listener I installed into the
> server is getting onRequestEnd(Request) called without its
> onRequestBegin(request) having been previously called.
>
> Is this enough information, or would you need me to construct a reduced
> test case?

Please open an issue and if you can a test case would be greatly appreciated.

> (And I noticed that 9.4.21 is, for HTTP/1.1, no longer passing through
> the HTTP status message returned from the servlet or HTTP server.)

Not sure I understand this one?

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


Back to the top