[jetty-users] Questions about Jetty Security Maintenance

2020-03-09 Thread Yicheng Wang
Hi team, We're migrating to Jetty and we do have some questions related with Jetty maintenance. 1. Does Jetty have separate security patches or bugs are fixed within a new release? 2. If Jetty does have security patches, how often are they provided? 3. Does Jetty have a fixed schedule of

Re: [jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-09 Thread Greg Wilkins
Manpreet, another option is to create a server side component that represents the communication between webapps and pass that into each webapp as a context attribute. On Mon, 9 Mar 2020 at 12:25, Jan Bartel wrote: > Have a look at the ServletContext.getContext and >

Re: [jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-09 Thread Jan Bartel
Have a look at the ServletContext.getContext and ServletContext.getRequestDispatcher methods and read up in the spec on request forwarding and including which happens only on the server side. Jan On Fri, 6 Mar 2020 at 07:33, Manpreet Singh wrote: > Hi, > > > > What would be the best way in

[jetty-users] Too much time taken to send a DataFrame

2020-03-09 Thread Prateek Kohli
Hi, It seems that the time taken between sending the DataFrame and actually flushing it is too much. Flushing time : 07:57:58.724 Sending time : 07:57:58.671 Difference : 53 ms Is it the expected behavior or do I need to configure any buffers to reduce this time. Below are jetty logs for