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

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.

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


Back to the top