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 Wed, Sep 11, 2019 at 9:46 PM Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
HttpServletRequest is implemented by org.eclipse.jetty.server.Request
HttpServletRequest is instanceof Request = false

What jetty jars do you have in your WEB-INF/lib ?
jetty-http-9.4.20.v20190813.jar
jetty-io-9.4.20.v20190813.jar
jetty-server-9.4.20.v20190813.jar
jetty-util-9.4.20.v20190813.jar

BTW, now that these jars are already in $JETTY_HOME/lib, could I not put them into WEB-INF/lib?

Back to the top