Re: [jetty-users] Websocket proxying

2019-08-05 Thread Simone Bordet
On Mon, Aug 5, 2019 at 6:07 PM David Karlsen wrote: > > I use the jetty websocket client implementation. Is there anyway to configure > it to use http proxy for some requests /hosts while not proxying the rest? Answered in https://github.com/eclipse/jetty.project/issues/3937. -- Simone Bordet

[jetty-users] Websocket proxying

2019-08-05 Thread David Karlsen
I use the jetty websocket client implementation. Is there anyway to configure it to use http proxy for some requests /hosts while not proxying the rest? ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your

[jetty-users] JSTL with Jetty 9.4.6

2019-08-05 Thread John English
I need some configuration advice, please. I have a JSP page which uses the JSTL core taglib, and have a tag in a test page while I'm configuring things. When I accessed the page, I got this error: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator When I copied

[jetty-users] Both FORM and CLIENT_CERT Auth in same deployment

2019-08-05 Thread Sai Shankar
Hi Team Right now in our application we are using FORM authentication and now we want to add CLIENT_CERT authentication also along with FORM type. I configured true in Jetty.xml. Is it possible to have both within a configuration in web.xml ? I tried lot in internet but did not get correct