Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cannot get org.eclipse.jetty.server.Request instance

On Thu, Sep 12, 2019 at 4:00 PM Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Thu, Sep 12, 2019 at 12:55 AM John Jiang <john.sha.jiang@xxxxxxxxx> wrote:
> Some of Jetty built-in servlets/filters, e.g PushCacheFilter, in jetty-servlets jar also call Request.getBaseRequest(request), and have no this problem.
> They are registered to org.eclipse.jetty.webapp.WebAppContext.

Yes, that is yet another more complicated way of doing it, but I don't
think you'd be interested.
Let me know if you are, but if you go Jetty 10 + JDK 11 + Servlet 4.0
you should be good.
I'm trying this combination.
That looks good, but still need more testing.

BTW, if using JDK 11, is TLS 1.3 supported transparently?
Although checked it with curl and the connection used TLSv1.3 with cipher suite TLS_AES_128_GCM_SHA256, I just need a confirmation.

Back to the top