Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] org.eclipse.jetty.server.Request cannot be cast to org.eclipse.jetty.server.Request

Hi,

On Fri, Jan 1, 2016 at 12:56 AM, John Jiang <john.sha.jiang@xxxxxxxxx> wrote:
> Hi Simone,
> Thanks for your help!
>
> BTW, why org.eclipse.jetty.servlets.PushCacheFilter can use
> org.eclipse.jetty.server.Request directly?

Because it's a special case for which we punched a hole in the
classloading mechanism, ensuring that is always loaded from the server
classpath (and not from webapp's).

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


Back to the top