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

Got it, thanks!

2016-01-02 1:55 GMT+08:00 Simone Bordet <sbordet@xxxxxxxxxxx>:
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.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top